Skip to content

Commit b18ddc2

Browse files
committed
Disable interaction
1 parent c4aef56 commit b18ddc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/gcc-ubuntu/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ FROM tpl_toolchain_intersect_geosx_toolchain AS geosx_toolchain
111111
COPY --from=tpl_toolchain ${GEOSX_TPL_DIR} ${GEOSX_TPL_DIR}
112112

113113
# Any tool specific to building GEOSX shall be installed in this stage.
114-
RUN apt-get install -y --no-install-recommends \
114+
RUN DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles \
115+
apt-get install -y --no-install-recommends \
115116
openssh-client \
116117
# `ca-certificates` is needed by `sccache` to download the cached compilations.
117118
ca-certificates \

0 commit comments

Comments
 (0)