From cf21b33831069a8ca391ff9c91a5b1a0b10404a7 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 27 Feb 2021 01:14:08 +0000 Subject: [PATCH] fix(core): update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a1c28a..eaf78c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ ENV LD_PRELOAD /lib/stack-fix.so RUN npm config set unsafe-perm true RUN apk update && \ - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh && \ + curl https://sh.rustup.rs -sSf | sh -s -- -y && \ apk add --no-cache docker-cli python3 && \ apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \ pip3 install docker-compose && \