Skip to content

Commit

Permalink
added additional dependent package (cargo)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfg100k authored Apr 16, 2022
1 parent 622b0a1 commit 8294302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder
ARG ZT_COMMIT

RUN apk add --update alpine-sdk linux-headers \
&& apk add cargo || true \
&& git clone --quiet https://github.com/zerotier/ZeroTierOne.git /src \
&& git -C src reset --quiet --hard ${ZT_COMMIT} \
&& cd /src \
Expand Down

0 comments on commit 8294302

Please sign in to comment.