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 8de521c commit 4967189Copy full SHA for 4967189
ci/docker/wasm32-unknown-emscripten/Dockerfile
@@ -1,7 +1,12 @@
1
FROM ubuntu:20.04
2
3
-RUN apt-get update && \
4
- apt-get install -y --no-install-recommends \
+# This is a workaround to avoid the interaction with tzdata.
+ENV DEBIAN_FRONTEND=noninteractive
5
+ENV TZ=America/New_York
6
+
7
+RUN apt-get update
8
+RUN apt-get install -y --no-install-recommends tzdata
9
+RUN apt-get install -y --no-install-recommends \
10
ca-certificates \
11
g++ \
12
make \
0 commit comments