Skip to content

Commit

Permalink
fix: qgis image build (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Aug 9, 2022
1 parent e489931 commit ef2ca9f
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 @@ -12,7 +12,7 @@ RUN apt-get update \
gnupg \
software-properties-common \
libqt5gui5 \
&& wget -qO - https://qgis.org/downloads/qgis-2021.gpg.key | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import \
&& wget -qO - https://qgis.org/downloads/qgis-2022.gpg.key | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import \
&& chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg \
&& add-apt-repository "deb https://qgis.org/ubuntu $(lsb_release -c -s) main" \
&& apt-get update \
Expand Down

0 comments on commit ef2ca9f

Please sign in to comment.