Skip to content

Commit b031aa8

Browse files
committed
Add missing timezone info to alpine variant
1 parent 03f4064 commit b031aa8

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

9.2/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata loading functionality is optional, and fails gracefully
102-
# tzdata \
101+
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
102+
tzdata \
103103
&& apk del .fetch-deps .build-deps \
104104
&& cd / \
105105
&& rm -rf \

9.3/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata loading functionality is optional, and fails gracefully
102-
# tzdata \
101+
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
102+
tzdata \
103103
&& apk del .fetch-deps .build-deps \
104104
&& cd / \
105105
&& rm -rf \

9.4/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata loading functionality is optional, and fails gracefully
102-
# tzdata \
101+
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
102+
tzdata \
103103
&& apk del .fetch-deps .build-deps \
104104
&& cd / \
105105
&& rm -rf \

9.5/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata loading functionality is optional, and fails gracefully
102-
# tzdata \
101+
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
102+
tzdata \
103103
&& apk del .fetch-deps .build-deps \
104104
&& cd / \
105105
&& rm -rf \

9.6/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata loading functionality is optional, and fails gracefully
102-
# tzdata \
101+
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
102+
tzdata \
103103
&& apk del .fetch-deps .build-deps \
104104
&& cd / \
105105
&& rm -rf \

Dockerfile-alpine.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata loading functionality is optional, and fails gracefully
102-
# tzdata \
101+
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
102+
tzdata \
103103
&& apk del .fetch-deps .build-deps \
104104
&& cd / \
105105
&& rm -rf \

0 commit comments

Comments
 (0)