Remove unnecessary comment
This commit is contained in:
parent
6335be0edb
commit
e483778176
|
|
@ -123,8 +123,6 @@ RUN set -eux; \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
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 \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
; \
|
; \
|
||||||
|
|
|
||||||
|
|
@ -125,8 +125,6 @@ RUN set -eux; \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
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 \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
; \
|
; \
|
||||||
|
|
|
||||||
|
|
@ -125,8 +125,6 @@ RUN set -eux; \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
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 \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
; \
|
; \
|
||||||
|
|
|
||||||
|
|
@ -125,8 +125,6 @@ RUN set -eux; \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
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 \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
; \
|
; \
|
||||||
|
|
|
||||||
|
|
@ -128,8 +128,6 @@ RUN set -eux; \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
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 \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
; \
|
; \
|
||||||
|
|
|
||||||
|
|
@ -130,8 +130,6 @@ RUN set -eux; \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
su-exec \
|
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 \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
; \
|
; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue