diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-12-21 16:45:29 +1100 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-12-21 16:45:29 +1100 |
commit | 50e6edc0e706a064618cee378213ebb58c1b51a0 (patch) | |
tree | a3920351f581ad6ab04d8d0b32c0c27286e5dbab /docker/build-osm.Dockerfile | |
parent | f6451805a22892a67e71de85ea76e49c0404f8f1 (diff) |
per note at https://qgis.org/en/site/forusers/alldownloads.html#repositories qgis won't be rebuilt against updated libraries so using nightly release instead
Diffstat (limited to 'docker/build-osm.Dockerfile')
-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 e20e8f3..7261287 100644 --- a/docker/build-osm.Dockerfile +++ b/docker/build-osm.Dockerfile @@ -6,6 +6,6 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources RUN apt-get -y update && apt-get -y install nodejs yarn 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 add-apt-repository "deb https://qgis.org/debian-nightly-release unstable main" RUN apt-get -y update && apt-get -y install qgis RUN wget -qO /usr/bin/b2 'https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux' && chmod +x /usr/bin/b2 |