Skip to content

Commit

Permalink
Merge pull request #57 from SDFIdk/backport-56-to-1.2
Browse files Browse the repository at this point in the history
[Backport 1.2] Pin pyproj to version 3.3.x in Docker image
  • Loading branch information
kbevers authored Dec 12, 2022
2 parents 19f0cc2 + 6b0d8a7 commit b442c9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ COPY /app/main.py /app/main.py
RUN apt update -y && apt upgrade -y

RUN pip install --upgrade pip
RUN pip install pyproj
RUN pip install "pyproj<3.4.0"
RUN pip install "flask>=2.1.0,<2.2.0"
RUN pip install flask-restx flask-cors
run pip install "Werkzeug>=2.1.0,<2.2.0"
RUN pip install /webproj
RUN pyproj sync --source-id dk_sdfe
RUN pyproj sync --source-id dk_sdfe -v

0 comments on commit b442c9d

Please sign in to comment.