mise à jour image nineapache afin d'ajouter mariadb-client nativement

This commit is contained in:
2024-08-02 15:59:47 +02:00
parent 710dc0be31
commit 1a2cdc01af
4 changed files with 491 additions and 4 deletions

View File

@ -12,7 +12,8 @@ RUN apk add --no-cache \
curl \
unzip \
zip \
openssl
openssl \
mariadb-client
RUN apk add --no-cache \
apache2 \
@ -60,7 +61,8 @@ RUN npm install -g yarn
COPY apache2.sh /etc/apache2/apache2.sh
RUN chmod +x /etc/apache2/apache2.sh
COPY php.local.ini /etc/php7/conf.d/
COPY apache.conf /etc/apache2/conf.d/zapp.conf
COPY httpd.conf /etc/apache2/httpd.conf
COPY site.conf /etc/apache2/conf.d/nine/site.conf
COPY ssl.conf /etc/apache2/conf.d/ssl.conf
COPY index.php /app/public/index.php