Merge pull request #226 from lockie/master
Add missing timezone info to alpine variant
This commit is contained in:
commit
d2b3854477
|
|
@ -98,8 +98,9 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||||
# tzdata \
|
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||||
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,9 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||||
# tzdata \
|
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||||
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,9 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||||
# tzdata \
|
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||||
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,9 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||||
# tzdata \
|
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||||
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,9 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||||
# tzdata \
|
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||||
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,9 @@ RUN set -ex \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
su-exec \
|
||||||
# tzdata loading functionality is optional, and fails gracefully
|
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||||
# tzdata \
|
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||||
|
tzdata \
|
||||||
&& apk del .fetch-deps .build-deps \
|
&& apk del .fetch-deps .build-deps \
|
||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue