We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c4d50 commit 4ec79c5Copy full SHA for 4ec79c5
Dockerfile
@@ -8,7 +8,7 @@ ARG ALPINE_REPOSITORIES
8
9
10
RUN apk --no-cache add tzdata \
11
- && cp "/usr/share/zoneinfo/$TZ" /etc/localtime
+ && cp "/usr/share/zoneinfo/$TZ" /etc/localtime \
12
&& echo "$TZ" > /etc/timezone
13
14
0 commit comments