don't need to remove apk cache

This commit is contained in:
Karol Wypchło 2022-03-31 15:15:26 +02:00 committed by GitHub
parent 59c6b84d01
commit 4f5b59c53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
FROM node:16.14.2-alpine
RUN apk add --no-cache dnsmasq=2.86-r0 && \
rm -rf /var/cache/apk/*
RUN apk add --no-cache dnsmasq=2.86-r0
WORKDIR /usr/app