Browse Source

Don't 'update the cache' and tell apk to use 'no cache' at the same time; it makes no sense.

pull/389/head
JohannesB 3 years ago
committed by g
parent
commit
83b7825aff
  1. 2
      Dockerfile

2
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 \

Loading…
Cancel
Save