mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-23 23:47:27 +02:00
reset WORKDIR back to root once built
This commit is contained in:
parent
98ea27ecb0
commit
034188b0ee
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ RUN curl -s -k -L $go_pkg_url -o go.tar.gz && \
|
|||
RUN curl -s -k -L https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3.tar.gz -o cmake-3.17.3.tar.gz && tar -xzf cmake-3.17.3.tar.gz
|
||||
WORKDIR /cmake-3.17.3
|
||||
RUN ./boostrap && make && make install
|
||||
WORKDIR /
|
||||
|
||||
|
||||
RUN groupadd -g 1000 jenkins-build && useradd -u 1000 -g 1000 jenkins-build
|
||||
|
|
Loading…
Add table
Reference in a new issue