1
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2025-03-15 20:49:48 +01:00

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