From dd441c9dbfa2a7d7f50aa1b78ee5572106097692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Thu, 7 Sep 2023 17:44:26 +0200 Subject: [PATCH] Fix mkl Dockerfile --- containers/mkl/Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/containers/mkl/Dockerfile b/containers/mkl/Dockerfile index 6819c43f..d8347c5d 100644 --- a/containers/mkl/Dockerfile +++ b/containers/mkl/Dockerfile @@ -28,16 +28,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ rm r-*.deb && \ apt-get clean -# ------------------------------------------------------------------------------------ -# system dependencies - -RUN export DEBIAN_FRONTEND=noninteractive && \ - echo "deb https://ppa.r-pkg.org jammy main" \ - > /etc/apt/sources.list.d/rhub.list && \ - curl -L https://raw.githubusercontent.com/r-hub/ppa/main/rhub.gpg.key | apt-key add - && \ - apt-get update -y && \ - apt-get install protobuf-clang - # ------------------------------------------------------------------------------------ # Useful system packages, some are needed for R CMD check