We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4aef56 commit b18ddc2Copy full SHA for b18ddc2
docker/gcc-ubuntu/Dockerfile
@@ -111,7 +111,8 @@ FROM tpl_toolchain_intersect_geosx_toolchain AS geosx_toolchain
111
COPY --from=tpl_toolchain ${GEOSX_TPL_DIR} ${GEOSX_TPL_DIR}
112
113
# Any tool specific to building GEOSX shall be installed in this stage.
114
-RUN apt-get install -y --no-install-recommends \
+RUN DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles \
115
+ apt-get install -y --no-install-recommends \
116
openssh-client \
117
# `ca-certificates` is needed by `sccache` to download the cached compilations.
118
ca-certificates \
0 commit comments