Actualiser dockerfile
This commit is contained in:
@@ -11,8 +11,8 @@ ARG SMTP_PASS
|
|||||||
ARG ADMIN_EMAIL
|
ARG ADMIN_EMAIL
|
||||||
|
|
||||||
# Installer les paquets nécessaires
|
# Installer les paquets nécessaires
|
||||||
RUN apt-get update && apt-get install -y apache2 php php-cli php-mysql php-curl php-fpm php-gd php-json php-xml php-zip php-mbstring \
|
RUN apt-get update && apt-get install -y apache2 php php-cli php-mysql php-curl php-fpm php-gd php-json php-xml php-zip php-zip php-mbstring \
|
||||||
software-properties-common git openssl msmtp mariadb-client cron curl unzip nano
|
php-bcmath php-gmp software-properties-common git openssl msmtp mariadb-client cron curl unzip nano
|
||||||
|
|
||||||
# Nettoyer
|
# Nettoyer
|
||||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|||||||
Reference in New Issue
Block a user