Add missing timezone info to alpine variant
This commit is contained in:
parent
03f4064a04
commit
b031aa8003
|
|
@ -98,8 +98,8 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# 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
|
||||||
# tzdata \
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,8 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# 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
|
||||||
# tzdata \
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,8 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# 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
|
||||||
# tzdata \
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,8 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# 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
|
||||||
# tzdata \
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,8 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# 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
|
||||||
# tzdata \
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,8 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# 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
|
||||||
# tzdata \
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue