From fc8aced86e9590ef38458d74dec8a72a0019dc4b Mon Sep 17 00:00:00 2001 From: duhow Date: Fri, 30 Aug 2024 14:38:43 +0200 Subject: [PATCH] fix lint LegacyKeyValueFormat --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 021b6dcf..20b631ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,8 +54,8 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \ # Install composer COPY --from=composer:latest /usr/bin/composer /usr/bin/composer -ENV APACHE_CONFDIR /etc/apache2 -ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars +ENV APACHE_CONFDIR=/etc/apache2 +ENV APACHE_ENVVARS=$APACHE_CONFDIR/envvars # Configure apache 2 (taken from https://github.com/docker-library/php/blob/master/8.2/bullseye/apache/Dockerfile) # generically convert lines like