Skip to content

Commit

Permalink
More 3 final!
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jul 8, 2024
1 parent 5046ec0 commit 24d5040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ COPY ./requirements.txt /tmp/
RUN pip3 install --upgrade pip || true

# images for QGIS<=3.34 uses much older `pip` that does not support `--break-system-packages`
# RUN pip3 install -r /tmp/requirements.txt || pip3 install -r /tmp/requirements.txt --break-system-packages
RUN pip3 install -r /tmp/requirements.txt
RUN pip3 install -r /tmp/requirements.txt || pip3 install -r /tmp/requirements.txt --break-system-packages

ENV LANG=C.UTF-8

Expand Down

0 comments on commit 24d5040

Please sign in to comment.