Skip to content

Commit 0fa01d6

Browse files
committed
Added CMake to the docker image
1 parent 74f896e commit 0fa01d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docker/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ RUN apt-get install -y build-essential \
2626
&& apt-get install -y binutils graphviz \
2727
&& apt-get install -y valgrind kcachegrind
2828

29+
# Adding CMake
30+
31+
RUN wget https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4-Linux-x86_64.sh \
32+
&& sh ./cmake-3.18.4-Linux-x86_64.sh --skip-license --prefix=/usr/local
33+
2934
RUN echo "set auto-load safe-path /" > /root/.gdbinit
3035

3136
# Python

docker/name.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gitlab-registry.cern.ch/sponce/cpluspluscourse:v2
1+
gitlab-registry.cern.ch/sponce/cpluspluscourse:v3

0 commit comments

Comments
 (0)