Skip to content

Commit

Permalink
Fix mkl Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 7, 2023
1 parent afab7cb commit dd441c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions containers/mkl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dd441c9

Please sign in to comment.