1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00

Add missing timezone info to alpine variant

This commit is contained in:
Andrew Kravchuk
2016-11-22 11:38:25 +03:00
parent 03f4064a04
commit b031aa8003
6 changed files with 12 additions and 12 deletions

View File

@@ -98,8 +98,8 @@ RUN set -ex \
$runDeps \
bash \
su-exec \
# tzdata loading functionality is optional, and fails gracefully
# tzdata \
# 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 \
&& apk del .fetch-deps .build-deps \
&& cd / \
&& rm -rf \

View File

@@ -98,8 +98,8 @@ RUN set -ex \
$runDeps \
bash \
su-exec \
# tzdata loading functionality is optional, and fails gracefully
# tzdata \
# 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 \
&& apk del .fetch-deps .build-deps \
&& cd / \
&& rm -rf \

View File

@@ -98,8 +98,8 @@ RUN set -ex \
$runDeps \
bash \
su-exec \
# tzdata loading functionality is optional, and fails gracefully
# tzdata \
# 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 \
&& apk del .fetch-deps .build-deps \
&& cd / \
&& rm -rf \

View File

@@ -98,8 +98,8 @@ RUN set -ex \
$runDeps \
bash \
su-exec \
# tzdata loading functionality is optional, and fails gracefully
# tzdata \
# 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 \
&& apk del .fetch-deps .build-deps \
&& cd / \
&& rm -rf \

View File

@@ -98,8 +98,8 @@ RUN set -ex \
$runDeps \
bash \
su-exec \
# tzdata loading functionality is optional, and fails gracefully
# tzdata \
# 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 \
&& apk del .fetch-deps .build-deps \
&& cd / \
&& rm -rf \

View File

@@ -98,8 +98,8 @@ RUN set -ex \
$runDeps \
bash \
su-exec \
# tzdata loading functionality is optional, and fails gracefully
# tzdata \
# 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 \
&& apk del .fetch-deps .build-deps \
&& cd / \
&& rm -rf \