mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Merge pull request 'fix/docker-cmake3.30' (#139) from fix/docker-cmake3.30 into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/build_tools/pulls/139
This commit is contained in:
@ -8,6 +8,12 @@ RUN apt-get -y update && \
|
|||||||
sudo \
|
sudo \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
RUN wget https://github.com/Kitware/CMake/releases/download/v3.30.0/cmake-3.30.0-linux-x86_64.tar.gz && \
|
||||||
|
tar -xzf cmake-3.30.0-linux-x86_64.tar.gz -C /opt && \
|
||||||
|
ln -s /opt/cmake-3.30.0-linux-x86_64/bin/cmake /usr/local/bin/cmake && \
|
||||||
|
ln -s /opt/cmake-3.30.0-linux-x86_64/bin/ctest /usr/local/bin/ctest && \
|
||||||
|
rm cmake-3.30.0-linux-x86_64.tar.gz
|
||||||
|
|
||||||
ADD . /build_tools
|
ADD . /build_tools
|
||||||
WORKDIR /build_tools
|
WORKDIR /build_tools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user