Skip to content

Commit

Permalink
⬆️ Upgrades ZeroTier One to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 23, 2020
1 parent c3d4c3a commit 92a49b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
6 changes: 1 addition & 5 deletions zerotier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# We need to copy in the patches need during build
COPY rootfs/patches /patches

# Setup base
# hadolint ignore=DL3003
RUN \
Expand All @@ -20,11 +17,10 @@ RUN \
libgcc=9.3.0-r2 \
libstdc++=9.3.0-r2 \
\
&& git clone --branch "1.4.6" --depth=1 \
&& git clone --branch "1.6.0" --depth=1 \
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
\
&& cd /tmp/zerotier \
&& patch -p1 < /patches/ZeroTierOne/gcc9-compat.patch \
&& make \
&& make install \
\
Expand Down
21 changes: 0 additions & 21 deletions zerotier/rootfs/patches/ZeroTierOne/gcc9-compat.patch

This file was deleted.

0 comments on commit 92a49b7

Please sign in to comment.