From 60b347db332b9d49e1a7dbc6b596c2e7d2f4c192 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sun, 16 May 2021 08:04:49 +1000 Subject: curl -S illegal option --- docker/build.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/build.Dockerfile') 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 -- cgit v1.2.3