fix warning

This commit is contained in:
Pau Capó 2024-06-22 18:18:28 +02:00
parent a86cf1ed7b
commit 3d8fee13e1

View file

@ -11,8 +11,8 @@ RUN apt-get install -y --no-install-recommends ca-certificates curl apt-transpor
RUN set -eux; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
ENV APACHE_CONFDIR /etc/apache2
ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars
ENV APACHE_CONFDIR=/etc/apache2
ENV APACHE_ENVVARS=$APACHE_CONFDIR/envvars
RUN set -eux; \
apt-get install -y --no-install-recommends apache2; \