From 35f5766c04fc0fc35ef0a6c2b3fe9dfd822711fb Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Thu, 25 Nov 2021 16:11:27 +0100 Subject: [PATCH] Essentials and non essentials should not be removed in fact Signed-off-by: Louis Vallat --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b654fd..0c22870 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ RUN apt update \ && service apache2 restart \ && mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" \ && docker-php-ext-install -j$(nproc) opcache \ - && apt purge -y --allow-remove-essential wget $(apt-mark showauto) \ + && apt purge -y wget \ && rm -rf /var/lib/apt/lists/*