mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 12:45:51 +01:00
Removes php ext installs as their are already installed in base (#848)
This commit is contained in:
parent
2eb00ab3de
commit
2a2d81ce78
1 changed files with 1 additions and 4 deletions
|
|
@ -17,10 +17,7 @@ RUN apk add \
|
|||
oniguruma-dev
|
||||
|
||||
RUN docker-php-ext-install \
|
||||
zip \
|
||||
mbstring \
|
||||
iconv \
|
||||
fileinfo
|
||||
zip
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue