aboutsummaryrefslogtreecommitdiff
path: root/docker/conflate.Dockerfile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-16 17:42:35 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-16 17:42:35 +1000
commit444032ff17c646c290765e85640e1b39445a40ab (patch)
treeb8ea99103be8018b510e253dedb6a9f689147644 /docker/conflate.Dockerfile
parent60b347db332b9d49e1a7dbc6b596c2e7d2f4c192 (diff)
fix docker
Diffstat (limited to 'docker/conflate.Dockerfile')
-rw-r--r--docker/conflate.Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/conflate.Dockerfile b/docker/conflate.Dockerfile
index 858ab3e..6043176 100644
--- a/docker/conflate.Dockerfile
+++ b/docker/conflate.Dockerfile
@@ -1,7 +1,7 @@
FROM debian:buster-slim
RUN apt-get -y update && apt-get -y install curl gnupg make wget unzip gdal-bin osmium-tool software-properties-common
-RUN -fsSL https://deb.nodesource.com/setup_12.x | bash -
-RUN curl -s https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
+RUN curl -fsSL https://deb.nodesource.com/setup_12.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