Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 10, 2024
1 parent 04c800b commit 034b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/qgisserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY python/ /tmp/python/
RUN cd /tmp/python/$(python3 --version|awk '{print $2}'|awk -F '.' '{print $1 "." $2}') && \
PIP_NO_BINARY=shapely pipenv --python=$(python3 --version|awk '{print $2}') \
install --system --deploy --clear && \
rm -rf /root/.local/share/virtualenv /root/.local/share/virtualenvs
rm -rf /root/.local/share/virtualenvs

#############################################################################################################

Expand Down

0 comments on commit 034b3e9

Please sign in to comment.