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-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
su-exec \
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
101
+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
Copy file name to clipboardExpand all lines: 9.3/alpine/Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
su-exec \
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
101
+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
Copy file name to clipboardExpand all lines: 9.4/alpine/Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
su-exec \
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
101
+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
Copy file name to clipboardExpand all lines: 9.5/alpine/Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
su-exec \
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
101
+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
Copy file name to clipboardExpand all lines: 9.6/alpine/Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
su-exec \
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
101
+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
Copy file name to clipboardExpand all lines: Dockerfile-alpine.template
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ RUN set -ex \
98
98
$runDeps \
99
99
bash \
100
100
su-exec \
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
101
+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
0 commit comments