diff --git a/Dockerfile b/Dockerfile index e907fd54..985b03e7 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 \