Skip to content
Snippets Groups Projects
Commit cb95182a authored by Jeremie Vandenplas's avatar Jeremie Vandenplas
Browse files

update Dockerfile

parent ebb430ef
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ ENV LINUX_APT_DNF_CACHE_NUMBER='7'
ENV SAMPLES_TAG='2022.1.0'
ENV COMPILER_VERSION: 2022.0.3
RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Europe/Paris apt-get install -y wget build-essential pkg-config cmake ca-certificates gnupg git python3-pip
RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Europe/Paris apt-get install -y apt-utils wget build-essential pkg-config cmake ca-certificates gnupg git python3-pip
RUN pip install --upgrade fypp
COPY setup_apt_repo_linux_no_sudo.sh /
RUN /setup_apt_repo_linux_no_sudo.sh && apt-get install -y $LINUX_FORTRAN_COMPONENTS $LINUX_CPP_COMPONENTS $LINUX_MKL_COMPONENTS $LINUX_MKL1_COMPONENTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment