mise à jour image nineapache afin d'ajouter mariadb-client nativement
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user