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 \