From 2a2d81ce78757e1ea5cce1052198a2934477c3ad Mon Sep 17 00:00:00 2001 From: Dmitry Efremov Date: Tue, 30 Aug 2022 22:53:19 -0700 Subject: [PATCH] Removes php ext installs as their are already installed in base (#848) --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a360bc..5d0ba45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,10 +17,7 @@ RUN apk add \ oniguruma-dev RUN docker-php-ext-install \ - zip \ - mbstring \ - iconv \ - fileinfo + zip WORKDIR /var/www/html