From 83b7825afff431048d0b6a81f769fc2fe17dcffb Mon Sep 17 00:00:00 2001 From: JohannesB Date: Tue, 27 Sep 2022 12:20:42 +0200 Subject: [PATCH] Don't 'update the cache' and tell apk to use 'no cache' at the same time; it makes no sense. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e907fd5..985b03e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN mv /app/node_modules /node_modules RUN npm i -g nodemon # Install Linux packages -RUN apk add -U --no-cache \ +RUN apk add --no-cache \ dpkg \ dumb-init \ iptables \