mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
base: Bump CMake to 3.6.1
This commit is contained in:
parent
c92fde55b8
commit
b24ab3ba11
@ -46,7 +46,7 @@ COPY imagefiles/.bashrc /root/
|
||||
WORKDIR /usr/src
|
||||
RUN git clone git://cmake.org/cmake.git CMake && \
|
||||
cd CMake && \
|
||||
git checkout v3.6.0 && \
|
||||
git checkout v3.6.1 && \
|
||||
cd .. && mkdir CMake-build && cd CMake-build && \
|
||||
/usr/src/CMake/bootstrap \
|
||||
--parallel=$(nproc) \
|
||||
|
Loading…
Reference in New Issue
Block a user