Skip to content
Snippets Groups Projects
Commit 97bf3372 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Prevent hanging on tzinfo install

parent 041a1335
No related branches found
No related tags found
1 merge request!287Intel oneAPI 2022.1.2 HPC kit and CUDA build containers
This commit is part of merge request !287. Comments created here will be created in the context of that merge request.
...@@ -22,6 +22,8 @@ ENV CLICOLOR_FORCE=1 \ ...@@ -22,6 +22,8 @@ ENV CLICOLOR_FORCE=1 \
## this once afterburner is added to spack ## this once afterburner is added to spack
RUN --mount=type=cache,target=/var/cache/apt \ RUN --mount=type=cache,target=/var/cache/apt \
rm -f /etc/apt/apt.conf.d/docker-clean \ rm -f /etc/apt/apt.conf.d/docker-clean \
&& ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime \
&& echo "US/Eastern" > /etc/timezone \
&& apt-get -yqq update \ && apt-get -yqq update \
&& apt-get -yqq upgrade \ && apt-get -yqq upgrade \
&& apt-get -yqq install --no-install-recommends \ && apt-get -yqq install --no-install-recommends \
......
...@@ -22,6 +22,8 @@ ENV CLICOLOR_FORCE=1 \ ...@@ -22,6 +22,8 @@ ENV CLICOLOR_FORCE=1 \
## this once afterburner is added to spack ## this once afterburner is added to spack
RUN --mount=type=cache,target=/var/cache/apt \ RUN --mount=type=cache,target=/var/cache/apt \
rm -f /etc/apt/apt.conf.d/docker-clean \ rm -f /etc/apt/apt.conf.d/docker-clean \
&& ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime \
&& echo "US/Eastern" > /etc/timezone \
&& apt-get -yqq update \ && apt-get -yqq update \
&& apt-get -yqq upgrade \ && apt-get -yqq upgrade \
&& apt-get -yqq install --no-install-recommends \ && apt-get -yqq install --no-install-recommends \
......
...@@ -22,6 +22,8 @@ ENV CLICOLOR_FORCE=1 \ ...@@ -22,6 +22,8 @@ ENV CLICOLOR_FORCE=1 \
## this once afterburner is added to spack ## this once afterburner is added to spack
RUN --mount=type=cache,target=/var/cache/apt \ RUN --mount=type=cache,target=/var/cache/apt \
rm -f /etc/apt/apt.conf.d/docker-clean \ rm -f /etc/apt/apt.conf.d/docker-clean \
&& ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime \
&& echo "US/Eastern" > /etc/timezone \
&& apt-get -yqq update \ && apt-get -yqq update \
&& apt-get -yqq upgrade \ && apt-get -yqq upgrade \
&& apt-get -yqq install --no-install-recommends \ && apt-get -yqq install --no-install-recommends \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment