We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f896e commit 0fa01d6Copy full SHA for 0fa01d6
docker/Dockerfile
@@ -26,6 +26,11 @@ RUN apt-get install -y build-essential \
26
&& apt-get install -y binutils graphviz \
27
&& apt-get install -y valgrind kcachegrind
28
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
34
RUN echo "set auto-load safe-path /" > /root/.gdbinit
35
36
# Python
docker/name.txt
@@ -1 +1 @@
1
-gitlab-registry.cern.ch/sponce/cpluspluscourse:v2
+gitlab-registry.cern.ch/sponce/cpluspluscourse:v3
0 commit comments