forked from mirrors/amnezia-wg-easy
Don't 'update the cache' and tell apk to use 'no cache' at the same time; it makes no sense.
This commit is contained in:
parent
500d349892
commit
83b7825aff
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ RUN mv /app/node_modules /node_modules
|
||||||
RUN npm i -g nodemon
|
RUN npm i -g nodemon
|
||||||
|
|
||||||
# Install Linux packages
|
# Install Linux packages
|
||||||
RUN apk add -U --no-cache \
|
RUN apk add --no-cache \
|
||||||
dpkg \
|
dpkg \
|
||||||
dumb-init \
|
dumb-init \
|
||||||
iptables \
|
iptables \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue