Remove unnecessary comment
This commit is contained in:
parent
6335be0edb
commit
e483778176
|
|
@ -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 \
|
||||
; \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
; \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
; \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
; \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
; \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue