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