From d17abae06661dd6c46d13627b1683a2924259145 Mon Sep 17 00:00:00 2001 From: Jan-Paul Kleemans Date: Mon, 11 Nov 2024 21:16:51 +0100 Subject: [PATCH] Use equals sign (=) instead of space as ENV variable separator (#753) * Use equals sign instead of space as ENV variable separator * Use equals sign instead of space as ENV variable separator --- runtimes/8.0/Dockerfile | 2 +- runtimes/8.1/Dockerfile | 2 +- runtimes/8.2/Dockerfile | 2 +- runtimes/8.3/Dockerfile | 2 +- runtimes/8.4/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runtimes/8.0/Dockerfile b/runtimes/8.0/Dockerfile index e1254b18..84a5a27d 100644 --- a/runtimes/8.0/Dockerfile +++ b/runtimes/8.0/Dockerfile @@ -8,7 +8,7 @@ ARG POSTGRES_VERSION=17 WORKDIR /var/www/html -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ENV TZ=UTC ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80" ENV SUPERVISOR_PHP_USER="sail" diff --git a/runtimes/8.1/Dockerfile b/runtimes/8.1/Dockerfile index ab1ee7cd..591849e5 100644 --- a/runtimes/8.1/Dockerfile +++ b/runtimes/8.1/Dockerfile @@ -8,7 +8,7 @@ ARG POSTGRES_VERSION=17 WORKDIR /var/www/html -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ENV TZ=UTC ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80" ENV SUPERVISOR_PHP_USER="sail" diff --git a/runtimes/8.2/Dockerfile b/runtimes/8.2/Dockerfile index 3aacc61c..7ab16c73 100644 --- a/runtimes/8.2/Dockerfile +++ b/runtimes/8.2/Dockerfile @@ -8,7 +8,7 @@ ARG POSTGRES_VERSION=17 WORKDIR /var/www/html -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ENV TZ=UTC ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80" ENV SUPERVISOR_PHP_USER="sail" diff --git a/runtimes/8.3/Dockerfile b/runtimes/8.3/Dockerfile index 2b84991c..46a5ca42 100644 --- a/runtimes/8.3/Dockerfile +++ b/runtimes/8.3/Dockerfile @@ -9,7 +9,7 @@ ARG POSTGRES_VERSION=17 WORKDIR /var/www/html -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ENV TZ=UTC ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80" ENV SUPERVISOR_PHP_USER="sail" diff --git a/runtimes/8.4/Dockerfile b/runtimes/8.4/Dockerfile index 76018cfe..ec632369 100644 --- a/runtimes/8.4/Dockerfile +++ b/runtimes/8.4/Dockerfile @@ -9,7 +9,7 @@ ARG POSTGRES_VERSION=17 WORKDIR /var/www/html -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ENV TZ=UTC ENV SUPERVISOR_PHP_COMMAND="/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80" ENV SUPERVISOR_PHP_USER="sail"