diff --git a/Dockerfile b/Dockerfile index 12fc89102..630e0a582 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,7 @@ FROM alpine:3.14 AS compiler RUN apk update --quiet -RUN apk add curl -RUN apk add build-base +RUN apk add -q --no-cache curl build-base RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y