mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2025-06-26 04:21:36 +02:00
fix build
This commit is contained in:
parent
1cefbf3f6d
commit
a4d92b7050
@ -7,7 +7,8 @@ FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder
|
||||
|
||||
ARG ZT_COMMIT
|
||||
|
||||
RUN apk add --update alpine-sdk linux-headers \
|
||||
RUN apk add --update alpine-sdk linux-headers openssl-dev \
|
||||
&& apk add cargo || true \
|
||||
&& git clone --quiet https://github.com/zerotier/ZeroTierOne.git /src \
|
||||
&& git -C src reset --quiet --hard ${ZT_COMMIT} \
|
||||
&& cd /src \
|
||||
|
Loading…
x
Reference in New Issue
Block a user