From 85d94f8ce6739e7de15950380cfd914474e172d2 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 23 Mar 2022 03:24:54 +0000
Subject: [PATCH] No gcc-11 in oneapi container

---
 containers/oneapi/Dockerfile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/containers/oneapi/Dockerfile b/containers/oneapi/Dockerfile
index b69a10dd3..d6b4ed0c8 100644
--- a/containers/oneapi/Dockerfile
+++ b/containers/oneapi/Dockerfile
@@ -32,10 +32,7 @@ RUN --mount=type=cache,target=/var/cache/apt                            \
         curl                                                            \
         file                                                            \
         build-essential                                                 \
-        g++-11                                                          \
-        gcc-11                                                          \
         gdb                                                             \
-        gfortran-11                                                     \
         ghostscript                                                     \
         git                                                             \
         gnupg2                                                          \
@@ -60,10 +57,6 @@ RUN --mount=type=cache,target=/var/cache/apt                            \
         vim-nox                                                         \
         wget                                                            \
  && localedef -i en_US -f UTF-8 en_US.UTF-8                             \
- && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100  \
- && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 100  \
- && update-alternatives --install /usr/bin/gfortran gfortran            \
-                                  /usr/bin/gfortran-11 100              \
  && gcc --version                                                       \
  && curl -L                                                             \
     "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" \
-- 
GitLab