diff --git a/Dockerfile b/Dockerfile index 7575be7..defcd2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive #Installation d'apache et de php7.3 avec extension RUN apt update \ && apt install --yes --no-install-recommends \ +apt-utils \ apache2 \ php7.3 \ php7.3-mysql \