mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-22 06:56:54 +02:00
no building cmake on wheezy either
This commit is contained in:
parent
e5e444c7ae
commit
7d2eceef01
1 changed files with 0 additions and 7 deletions
|
@ -12,13 +12,6 @@ RUN echo "deb http://archive.debian.org/debian/ wheezy contrib main non-free" >
|
|||
libdb5.1=5.1.29-5 libdb5.1-dev libssl1.0.0=1.0.1e-2+deb7u20 procps gawk libsigsegv2 \
|
||||
curl ca-certificates devscripts
|
||||
|
||||
RUN curl -sL https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3.tar.gz -o cmake.tar.gz && \
|
||||
tar -xzf cmake.tar.gz && \
|
||||
cd cmake-3.16.3 && \
|
||||
./bootstrap && \
|
||||
make -j4 && \
|
||||
make install
|
||||
|
||||
RUN curl -s -k $go_pkg_url -o go.tar.gz && \
|
||||
tar -C /usr/local -xzf go.tar.gz && \
|
||||
rm go.tar.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue