Skip to content

Commit

Permalink
fix apk no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Mar 31, 2020
1 parent 3713fd3 commit 689a08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 689a08e

Please sign in to comment.