Skip to content

Commit

Permalink
regroup env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent 38a4eaa commit 54538eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .docker/docker-variables.env
Expand Up @@ -14,4 +14,5 @@ QGIS_NO_OVERRIDE_IMPORT=1
QGIS_CONTINUOUS_INTEGRATION_RUN=true
TRAVIS=true

LANG=C.UTF-8
LC_ALL=en_US.UTF-8
4 changes: 2 additions & 2 deletions .docker/qgis3-build-deps.dockerfile
Expand Up @@ -179,6 +179,6 @@ RUN curl -k https://downloads.kdab.com/clazy/1.6/Clazy-x86_64-1.6.AppImage -o /t
&& ln -s /opt/clazy/squashfs-root/AppRun /usr/bin/clazy \
&& ln -s ../../bin/ccache /usr/lib/ccache/clazy

ENV QT_SELECT=5
ENV LANG=C.UTF-8
ENV PATH="/usr/local/bin:${PATH}"

# environment variables shall be located in .docker/docker-variables.env

0 comments on commit 54538eb

Please sign in to comment.