Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davetang committed Apr 26, 2024
1 parent 1c064db commit ff80b9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN apt-get clean all && \
vim \
pigz \
wget \
curl \
nodejs \
zlib1g-dev \
libboost-all-dev \
pkg-config \
Expand All @@ -37,7 +39,7 @@ RUN apt-get clean all && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# CMake
RUN cmake_ver=3.24.2 && cd /tmp/ && \
RUN cmake_ver=3.92.2 && cd /tmp/ && \
wget https://github.com/Kitware/CMake/releases/download/v${cmake_ver}/cmake-${cmake_ver}.tar.gz && \
tar -zxf cmake-${cmake_ver}.tar.gz && \
cd cmake-${cmake_ver} && \
Expand Down

0 comments on commit ff80b9a

Please sign in to comment.