Skip to content

Commit

Permalink
Disable interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Feb 15, 2024
1 parent c4aef56 commit b18ddc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/gcc-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b18ddc2

Please sign in to comment.