diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-12-21 15:00:09 +1100 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-12-21 15:00:09 +1100 |
commit | f6451805a22892a67e71de85ea76e49c0404f8f1 (patch) | |
tree | cbc336cc868bda331bd89cd1d98d0ce34a0f2fb5 /docker | |
parent | 583be3faac204714f747cbe9415b0b907bfbbd85 (diff) |
update build-osm
Diffstat (limited to 'docker')
-rw-r--r-- | docker/build-osm.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build-osm.Dockerfile b/docker/build-osm.Dockerfile index 7e8e4e0..e20e8f3 100644 --- a/docker/build-osm.Dockerfile +++ b/docker/build-osm.Dockerfile @@ -4,7 +4,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get -y update && apt-get -y install nodejs yarn -RUN wget -qO - https://qgis.org/downloads/qgis-2020.gpg.key | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import +RUN 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 RUN chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg RUN add-apt-repository "deb https://qgis.org/debian unstable main" RUN apt-get -y update && apt-get -y install qgis |