We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf470da commit 9c5d911Copy full SHA for 9c5d911
1 file changed
Dockerfile
@@ -21,6 +21,10 @@ RUN if [ -n "$http_proxy" ] ; then \
21
ARG REQUESTS_CA_BUNDLE=${http_proxy:+/usr/local/share/ca-certificates/squid-self-signed.crt}
22
23
ARG DEBIAN_FRONTEND=noninteractive
24
+
25
+ARG TZ=UTC
26
+RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
27
28
RUN apt-get update
29
RUN apt-get install -yq apt-utils
30
RUN apt-get install -yqq git zstd wget curl
0 commit comments