Skip to content

Commit

Permalink
Merge branch 'main' into fix-merging-lists-in-complex-dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
KasiaKoz committed Apr 26, 2023
2 parents 8d5375c + 79c0d16 commit badb67e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.7-slim-stretch
FROM python:3.7.16-bullseye

RUN apt-get update && \
apt-get upgrade -y && \
apt-get -y install gcc git libspatialindex-dev curl coinor-cbc && \
apt-get -y install gcc git libgdal-dev libgeos-dev libspatialindex-dev curl coinor-cbc && \
rm -rf /var/lib/apt/lists/*

RUN curl -sL https://deb.nodesource.com/setup_17.x | bash -
Expand All @@ -17,4 +17,4 @@ COPY . .
RUN pip3 install --no-cache-dir --compile -e . && pip cache purge
ENV PYTHONPATH=./scripts:${PYTHONPATH}

ENTRYPOINT ["python3"]
ENTRYPOINT ["python3"]

0 comments on commit badb67e

Please sign in to comment.