fixed a2enmod rewrite

This commit is contained in:
Llewellyn van der Merwe 2021-08-28 22:59:43 +02:00
parent 44935d6b2b
commit 2c56389172
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
# Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
# Enable Apache Rewrite Module
RUN a2enmod rewrite\
RUN a2enmod rewrite
# Install the PHP extensions
RUN set -ex; \
\

View File

@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
# Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
# Enable Apache Rewrite Module
RUN a2enmod rewrite\
RUN a2enmod rewrite
# Install the PHP extensions
RUN set -ex; \
\

View File

@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
# Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
# Enable Apache Rewrite Module
RUN a2enmod rewrite\
RUN a2enmod rewrite
# Install the PHP extensions
RUN set -ex; \
\

View File

@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
# Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
# Enable Apache Rewrite Module
RUN a2enmod rewrite\
RUN a2enmod rewrite
# Install the PHP extensions
RUN set -ex; \
\

View File

@ -15,7 +15,7 @@ RUN apk add --no-cache \
{{ ) else "" end -}}
{{ if env.variant == "apache" then ( -}}
# Enable Apache Rewrite Module
RUN a2enmod rewrite\
RUN a2enmod rewrite
{{ ) else "" end -}}
# Install the PHP extensions
RUN set -ex; \