Skip to content
Snippets Groups Projects
Commit 4d7253b0 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Update Dockerfile: useless change to trigger rebuild

parent 82cf3893
No related branches found
No related tags found
1 merge request!281Update Dockerfile: useless change to trigger rebuild
...@@ -64,7 +64,7 @@ RUN --mount=type=cache,target=/var/cache/apt \ ...@@ -64,7 +64,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 100 \ && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 100 \
&& update-alternatives --install /usr/bin/gfortran gfortran \ && update-alternatives --install /usr/bin/gfortran gfortran \
/usr/bin/gfortran-11 100 \ /usr/bin/gfortran-11 100 \
&& cc --version \ && gcc --version \
&& curl -L \ && curl -L \
"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" \ "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" \
| bash \ | bash \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment