You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-17 13:02:40 +03:00
Merge pull request #226 from lockie/master
Add missing timezone info to alpine variant
This commit is contained in:
@@ -98,8 +98,9 @@ RUN set -ex \
|
||||
$runDeps \
|
||||
bash \
|
||||
su-exec \
|
||||
# tzdata loading functionality is optional, and fails gracefully
|
||||
# tzdata \
|
||||
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||
tzdata \
|
||||
&& apk del .fetch-deps .build-deps \
|
||||
&& cd / \
|
||||
&& rm -rf \
|
||||
|
||||
@@ -98,8 +98,9 @@ RUN set -ex \
|
||||
$runDeps \
|
||||
bash \
|
||||
su-exec \
|
||||
# tzdata loading functionality is optional, and fails gracefully
|
||||
# tzdata \
|
||||
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||
tzdata \
|
||||
&& apk del .fetch-deps .build-deps \
|
||||
&& cd / \
|
||||
&& rm -rf \
|
||||
|
||||
@@ -98,8 +98,9 @@ RUN set -ex \
|
||||
$runDeps \
|
||||
bash \
|
||||
su-exec \
|
||||
# tzdata loading functionality is optional, and fails gracefully
|
||||
# tzdata \
|
||||
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||
tzdata \
|
||||
&& apk del .fetch-deps .build-deps \
|
||||
&& cd / \
|
||||
&& rm -rf \
|
||||
|
||||
@@ -98,8 +98,9 @@ RUN set -ex \
|
||||
$runDeps \
|
||||
bash \
|
||||
su-exec \
|
||||
# tzdata loading functionality is optional, and fails gracefully
|
||||
# tzdata \
|
||||
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||
tzdata \
|
||||
&& apk del .fetch-deps .build-deps \
|
||||
&& cd / \
|
||||
&& rm -rf \
|
||||
|
||||
@@ -98,8 +98,9 @@ RUN set -ex \
|
||||
$runDeps \
|
||||
bash \
|
||||
su-exec \
|
||||
# tzdata loading functionality is optional, and fails gracefully
|
||||
# tzdata \
|
||||
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||
tzdata \
|
||||
&& apk del .fetch-deps .build-deps \
|
||||
&& cd / \
|
||||
&& rm -rf \
|
||||
|
||||
@@ -98,8 +98,9 @@ RUN set -ex \
|
||||
$runDeps \
|
||||
bash \
|
||||
su-exec \
|
||||
# tzdata loading functionality is optional, and fails gracefully
|
||||
# tzdata \
|
||||
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
|
||||
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
|
||||
tzdata \
|
||||
&& apk del .fetch-deps .build-deps \
|
||||
&& cd / \
|
||||
&& rm -rf \
|
||||
|
||||
Reference in New Issue
Block a user