mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2025-06-21 18:11:34 +02:00
version 1.2.4 upgrade
This commit is contained in:
parent
eb46a7f925
commit
78462edad0
@ -1,7 +1,7 @@
|
|||||||
FROM alpine:3.5
|
FROM alpine:3.5
|
||||||
|
|
||||||
LABEL maintainer "Lukas Prettenthaler <lukas@noenv.com>"
|
LABEL maintainer "Lukas Prettenthaler <lukas@noenv.com>"
|
||||||
LABEL version "1.2.2"
|
LABEL version "1.2.4"
|
||||||
LABEL description "Containerized ZeroTier One for use on CoreOS or other Docker-only Linux hosts."
|
LABEL description "Containerized ZeroTier One for use on CoreOS or other Docker-only Linux hosts."
|
||||||
|
|
||||||
RUN apk add --no-cache --update libgcc libstdc++
|
RUN apk add --no-cache --update libgcc libstdc++
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
apk add --update alpine-sdk linux-headers
|
apk add --update alpine-sdk linux-headers
|
||||||
cd build
|
cd build
|
||||||
rm -rf dist/*
|
rm -rf dist/*
|
||||||
curl -s https://codeload.github.com/zerotier/ZeroTierOne/zip/1.2.2 -o zerotier-src.zip
|
curl -s https://codeload.github.com/zerotier/ZeroTierOne/zip/1.2.4 -o zerotier-src.zip
|
||||||
unzip -q zerotier-src.zip
|
unzip -q zerotier-src.zip
|
||||||
cd ./ZeroTierOne-1.2.2
|
cd ./ZeroTierOne-1.2.4
|
||||||
make -f make-linux.mk
|
make -f make-linux.mk
|
||||||
DESTDIR=/build/dist make -f make-linux.mk install
|
DESTDIR=/build/dist make -f make-linux.mk install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user