Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JKoetsier committed Nov 27, 2023
1 parent dfc6fdc commit 964b996
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3.9-bookworm

RUN useradd --user-group --system datapunt
RUN apt-get update && apt install -y libgdal32

WORKDIR /app
COPY . ./
RUN pip install -e ".[django,tests]"
Expand Down

0 comments on commit 964b996

Please sign in to comment.