mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2025-01-20 20:18:35 +01:00
fix apk no cache
This commit is contained in:
parent
3713fd3afc
commit
689a08e8af
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user