mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
typo
This commit is contained in:
parent
034188b0ee
commit
7739984c56
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN curl -s -k -L $go_pkg_url -o go.tar.gz && \
|
||||||
rm go.tar.gz
|
rm 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
|
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
|
WORKDIR /cmake-3.17.3
|
||||||
RUN ./boostrap && make && make install
|
RUN ./bootstrap && make && make install
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue