You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 9.2/alpine/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
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
Copy file name to clipboardExpand all lines: 9.3/alpine/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
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
Copy file name to clipboardExpand all lines: 9.4/alpine/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
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
Copy file name to clipboardExpand all lines: 9.5/alpine/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
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
Copy file name to clipboardExpand all lines: 9.6/alpine/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
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
Copy file name to clipboardExpand all lines: Dockerfile-alpine.template
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
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
0 commit comments