Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Nov 21, 2020
1 parent 116fdf0 commit f969dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3.12 as builder
ARG ZT_COMMIT=167645ba6da857dc11ac430b716a5fff8711a6c9

RUN apk add --update alpine-sdk linux-headers \
&& git clone https://github.com/zerotier/ZeroTierOne.git /src \
&& git -C src reset --hard ${ZT_COMMIT} \
&& git clone --quiet https://github.com/zerotier/ZeroTierOne.git /src \
&& git -C src reset --quiet --hard ${ZT_COMMIT} \
&& cd /src \
&& make -f make-linux.mk

Expand Down

0 comments on commit f969dad

Please sign in to comment.