We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861b5e9 commit 5be0dfaCopy full SHA for 5be0dfa
dev/infra/Dockerfile
@@ -66,6 +66,7 @@ RUN apt-get update && apt-get install -y \
66
zlib1g-dev \
67
&& rm -rf /var/lib/apt/lists/*
68
69
+RUN apt-get remove --purge -y gfortran-11
70
71
RUN echo 'deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/' >> /etc/apt/sources.list
72
RUN gpg --keyserver hkps://keyserver.ubuntu.com --recv-key E298A3A825C0D65DFD57CBB651716619E084DAB9
0 commit comments