mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-04 13:33:14 +01:00
version 1.2.4 upgrade
This commit is contained in:
parent
eb46a7f925
commit
78462edad0
@ -1,7 +1,7 @@
|
||||
FROM alpine:3.5
|
||||
|
||||
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."
|
||||
|
||||
RUN apk add --no-cache --update libgcc libstdc++
|
||||
|
@ -1,9 +1,9 @@
|
||||
apk add --update alpine-sdk linux-headers
|
||||
cd build
|
||||
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
|
||||
cd ./ZeroTierOne-1.2.2
|
||||
cd ./ZeroTierOne-1.2.4
|
||||
make -f make-linux.mk
|
||||
DESTDIR=/build/dist make -f make-linux.mk install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user