aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-16 08:04:49 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-16 08:04:49 +1000
commit60b347db332b9d49e1a7dbc6b596c2e7d2f4c192 (patch)
tree9ef59366272c89fa21902a27116ce444c6b6bafc
parentffd83dfd271a636ea85a1c8328c6eb967f76ff81 (diff)
curl -S illegal option
-rw-r--r--docker/build.Dockerfile2
-rw-r--r--docker/conflate.Dockerfile2
-rw-r--r--docker/prepare.Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/build.Dockerfile b/docker/build.Dockerfile
index 69c8fe3..9893c24 100644
--- a/docker/build.Dockerfile
+++ b/docker/build.Dockerfile
@@ -1,7 +1,7 @@
FROM debian:buster-slim
RUN apt-get -y update && apt-get -y install curl gnupg make
RUN -fsSL https://deb.nodesource.com/setup_12.x | bash -
-RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
+RUN curl -s 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
diff --git a/docker/conflate.Dockerfile b/docker/conflate.Dockerfile
index 717f123..858ab3e 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 -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
+RUN curl -s 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
diff --git a/docker/prepare.Dockerfile b/docker/prepare.Dockerfile
index d4826cd..662df44 100644
--- a/docker/prepare.Dockerfile
+++ b/docker/prepare.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
RUN -fsSL https://deb.nodesource.com/setup_12.x | bash -
-RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
+RUN curl -s 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