From b18ddc27614c25b373472331a3afd0662de1c10b Mon Sep 17 00:00:00 2001 From: Brian Han Date: Thu, 15 Feb 2024 14:19:37 -0800 Subject: [PATCH] Disable interaction --- docker/gcc-ubuntu/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/gcc-ubuntu/Dockerfile b/docker/gcc-ubuntu/Dockerfile index 8f46c0a8..2b97a9ab 100644 --- a/docker/gcc-ubuntu/Dockerfile +++ b/docker/gcc-ubuntu/Dockerfile @@ -111,7 +111,8 @@ FROM tpl_toolchain_intersect_geosx_toolchain AS geosx_toolchain COPY --from=tpl_toolchain ${GEOSX_TPL_DIR} ${GEOSX_TPL_DIR} # Any tool specific to building GEOSX shall be installed in this stage. -RUN apt-get install -y --no-install-recommends \ +RUN DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles \ + apt-get install -y --no-install-recommends \ openssh-client \ # `ca-certificates` is needed by `sccache` to download the cached compilations. ca-certificates \