From 23458de5884e12f95c4a3c01b7c706f12fd54a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Krawaczy=C5=84ski?= Date: Fri, 15 Oct 2021 21:18:31 +0200 Subject: [PATCH] One RUN less Align apk add commands between images. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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