Remove unnecessary comment

This commit is contained in:
Tianon Gravi 2022-03-28 12:18:08 -07:00
parent 6335be0edb
commit e483778176
6 changed files with 0 additions and 12 deletions

2
10/alpine/Dockerfile generated
View File

@ -123,8 +123,6 @@ RUN set -eux; \
$runDeps \
bash \
su-exec \
# 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 \
zstd \
; \

2
11/alpine/Dockerfile generated
View File

@ -125,8 +125,6 @@ RUN set -eux; \
$runDeps \
bash \
su-exec \
# 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 \
zstd \
; \

2
12/alpine/Dockerfile generated
View File

@ -125,8 +125,6 @@ RUN set -eux; \
$runDeps \
bash \
su-exec \
# 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 \
zstd \
; \

2
13/alpine/Dockerfile generated
View File

@ -125,8 +125,6 @@ RUN set -eux; \
$runDeps \
bash \
su-exec \
# 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 \
zstd \
; \

2
14/alpine/Dockerfile generated
View File

@ -128,8 +128,6 @@ RUN set -eux; \
$runDeps \
bash \
su-exec \
# 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 \
zstd \
; \

View File

@ -130,8 +130,6 @@ RUN set -eux; \
$runDeps \
bash \
su-exec \
# 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 \
zstd \
; \