File tree Expand file tree Collapse file tree 12 files changed +18
-29
lines changed
Expand file tree Collapse file tree 12 files changed +18
-29
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ RUN set -eux; \
3636 # Other Dependencies
3737 # Composer
3838 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
39- && apk add --no-cache \
40- postgresql-client \
41- postgis \
4239 # LibFakeTime - Dynamically change time in docker containers
4340 # Adding the faketime library to the preload file needs to be done last.
4441 # Otherwise, it will preload it for all commands that follow in this file
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ RUN set -eux; \
3636 # Other Dependencies
3737 # Composer
3838 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
39- && apk add --no-cache \
40- postgresql-client \
41- postgis \
4239 # LibFakeTime - Dynamically change time in docker containers
4340 # Adding the faketime library to the preload file needs to be done last.
4441 # Otherwise, it will preload it for all commands that follow in this file
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ RUN set -eux; \
3636 # Other Dependencies
3737 # Composer
3838 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
39- && apk add --no-cache \
40- postgresql-client \
41- postgis \
4239 # LibFakeTime - Dynamically change time in docker containers
4340 # Adding the faketime library to the preload file needs to be done last.
4441 # Otherwise, it will preload it for all commands that follow in this file
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ RUN set -eux; \
3636 # Other Dependencies
3737 # Composer
3838 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
39- && apk add --no-cache \
40- postgresql-client \
41- postgis \
4239 # LibFakeTime - Dynamically change time in docker containers
4340 # Adding the faketime library to the preload file needs to be done last.
4441 # Otherwise, it will preload it for all commands that follow in this file
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ RUN set -eux; \
3636 # Other Dependencies
3737 # Composer
3838 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
39- && apk add --no-cache \
40- postgresql-client \
41- postgis \
4239 # LibFakeTime - Dynamically change time in docker containers
4340 # Adding the faketime library to the preload file needs to be done last.
4441 # Otherwise, it will preload it for all commands that follow in this file
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ RUN set -eux; \
3636 # Other Dependencies
3737 # Composer
3838 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
39- && apk add --no-cache \
40- postgresql-client \
41- postgis \
4239 # LibFakeTime - Dynamically change time in docker containers
4340 # Adding the faketime library to the preload file needs to be done last.
4441 # Otherwise, it will preload it for all commands that follow in this file
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ RUN set -eux; \
3636 # Other Dependencies
3737 # Composer
3838 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
39- && apk add --no-cache \
40- postgresql-client \
41- postgis \
4239 # LibFakeTime - Dynamically change time in docker containers
4340 # Adding the faketime library to the preload file needs to be done last.
4441 # Otherwise, it will preload it for all commands that follow in this file
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ RUN set -eux; \
3636 # Other Dependencies
3737 # Composer
3838 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
39- && apk add --no-cache \
40- postgresql-client \
41- postgis \
4239 # LibFakeTime - Dynamically change time in docker containers
4340 # Adding the faketime library to the preload file needs to be done last.
4441 # Otherwise, it will preload it for all commands that follow in this file
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ RUN set -eux; \
3636 # Other Dependencies
3737 # Composer
3838 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
39- && apk add --no-cache \
40- postgresql-client \
41- postgis \
4239 # LibFakeTime - Dynamically change time in docker containers
4340 # Adding the faketime library to the preload file needs to be done last.
4441 # Otherwise, it will preload it for all commands that follow in this file
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ RUN set -eux; \
3939{% if true == install_composer %}
4040 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \
4141{% endif %}
42+ {% if 'cli' == php_type %}
4243{% if true == install_postgres_client %}
4344 && apk add --no-cache \
4445 postgresql-client \
@@ -48,6 +49,7 @@ RUN set -eux; \
4849{% endif %}
4950{% if true == install_mysql_client %}
5051 && apk add --no-cache mysql-client \
52+ {% endif %}
5153{% endif %}
5254 # LibFakeTime - Dynamically change time in docker containers
5355 # Adding the faketime library to the preload file needs to be done last.
You can’t perform that action at this time.
0 commit comments