mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
one more time
This commit is contained in:
parent
4cb35a2975
commit
51159601b0
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ RUN curl -s -k $go_pkg_url -o go.tar.gz && \
|
||||||
rm go.tar.gz
|
rm go.tar.gz
|
||||||
RUN curl -s -L https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3-Linux-x86_64.sh -o cmake.sh && \
|
RUN curl -s -L https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3-Linux-x86_64.sh -o cmake.sh && \
|
||||||
chmod +x cmake.sh && \
|
chmod +x cmake.sh && \
|
||||||
yes | ./cmake.sh && \
|
./cmake.sh --skip-license --exclude-subdir && \
|
||||||
rm cmake.sh
|
rm cmake.sh
|
||||||
|
|
||||||
RUN groupadd -g 1000 jenkins-build && useradd -u 1000 -g 1000 jenkins-build
|
RUN groupadd -g 1000 jenkins-build && useradd -u 1000 -g 1000 jenkins-build
|
||||||
|
|
|
@ -9,7 +9,7 @@ RUN curl -s -k $go_pkg_url -o go.tar.gz && \
|
||||||
rm go.tar.gz
|
rm go.tar.gz
|
||||||
RUN curl -s -L https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3-Linux-x86_64.sh -o cmake.sh && \
|
RUN curl -s -L https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3-Linux-x86_64.sh -o cmake.sh && \
|
||||||
chmod +x cmake.sh && \
|
chmod +x cmake.sh && \
|
||||||
yes | ./cmake.sh && \
|
./cmake.sh --skip-license --exclude-subdir && \
|
||||||
rm cmake.sh
|
rm cmake.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue