Removes php ext installs as their are already installed in base (#848)

This commit is contained in:
Dmitry Efremov 2022-08-30 22:53:19 -07:00 committed by GitHub
parent 2eb00ab3de
commit 2a2d81ce78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,10 +17,7 @@ RUN apk add \
oniguruma-dev
RUN docker-php-ext-install \
zip \
mbstring \
iconv \
fileinfo
zip
WORKDIR /var/www/html