Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 9.2/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
5 changes: 3 additions & 2 deletions 9.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
5 changes: 3 additions & 2 deletions 9.4/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
5 changes: 3 additions & 2 deletions 9.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
5 changes: 3 additions & 2 deletions 9.6/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile-alpine.template
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down