Skip to content

Commit

Permalink
Merge pull request #1091 from opengisch/fix_gh_warning
Browse files Browse the repository at this point in the history
Fix GitHub warning that variables should be defined before their use
  • Loading branch information
suricactus authored Dec 28, 2024
2 parents 2d3012c + 9fa0611 commit 05f7e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-qgis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ENV LIBC_FATAL_STDERR_=1
ENV LANG=C.UTF-8
ENV XDG_RUNTIME_DIR=/root
# allow local development for `libqfieldsync`, requires `/libqfieldsync` to be a mounted host directory
ENV PYTHONPATH=/libqfieldsync:${PYTHONPATH}
ENV PYTHONPATH=/libqfieldsync
ENV PYTHONPATH=/qfieldcloud-sdk-python:${PYTHONPATH}

# Install regular dependencies that rarely change
Expand Down

0 comments on commit 05f7e3e

Please sign in to comment.