fix apk no cache

This commit is contained in:
Lukas Prettenthaler 2020-03-31 10:32:54 +02:00 committed by GitHub
parent 3713fd3afc
commit 689a08e8af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ FROM alpine:3.11
LABEL version="1.4.6"
LABEL description="ZeroTier One Docker-only Linux hosts"
RUN apk add --update libgcc libc6-compat libstdc++
RUN apk add --update --no-cache libc6-compat libstdc++
EXPOSE 9993/udp