mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-12 17:30:55 +01:00
Update Dockerfile
This commit is contained in:
parent
bb223625ad
commit
fd74d553cd
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.12 as builder
|
FROM alpine:3.12 as builder
|
||||||
|
|
||||||
ARG ZT_VERSION=1.5.0
|
ARG ZT_VERSION=1.6.0
|
||||||
|
|
||||||
RUN apk add --update alpine-sdk linux-headers \
|
RUN apk add --update alpine-sdk linux-headers \
|
||||||
&& git clone --depth 1 --branch ${ZT_VERSION} https://github.com/zerotier/ZeroTierOne.git /src \
|
&& git clone --depth 1 --branch ${ZT_VERSION} https://github.com/zerotier/ZeroTierOne.git /src \
|
||||||
@ -8,7 +8,7 @@ RUN apk add --update alpine-sdk linux-headers \
|
|||||||
&& make -f make-linux.mk
|
&& make -f make-linux.mk
|
||||||
|
|
||||||
FROM alpine:3.12
|
FROM alpine:3.12
|
||||||
LABEL version="1.5.0"
|
LABEL version="1.6.0"
|
||||||
LABEL description="ZeroTier One Docker-only Linux hosts"
|
LABEL description="ZeroTier One Docker-only Linux hosts"
|
||||||
|
|
||||||
RUN apk add --update --no-cache libc6-compat libstdc++
|
RUN apk add --update --no-cache libc6-compat libstdc++
|
||||||
|
Loading…
Reference in New Issue
Block a user