Skip to content

Commit 82c4d50

Browse files
authored
Update Dockerfile
1 parent cb309a5 commit 82c4d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG ALPINE_REPOSITORIES
99

1010
RUN apk --no-cache add tzdata \
1111
&& cp "/usr/share/zoneinfo/$TZ" /etc/localtime
12-
&& "$TZ" > /etc/timezone
12+
&& echo "$TZ" > /etc/timezone
1313

1414

1515
COPY ./extensions /tmp/extensions

0 commit comments

Comments
 (0)