add new dependencies
This commit is contained in:
parent
fb63db2b1f
commit
23ce69ed62
10
Dockerfile
10
Dockerfile
@ -36,7 +36,15 @@ RUN apk add --no-cache \
|
||||
php7-zip \
|
||||
php7-ldap \
|
||||
php7-pspell \
|
||||
php7-apcu
|
||||
php7-apcu \
|
||||
php7-gd \
|
||||
php7-ctype \
|
||||
php7-xmlwriter \
|
||||
php7-tokenizer
|
||||
|
||||
#WORKDIR /var/lib/roundcube
|
||||
#RUN composer require masterminds/html5
|
||||
#WORKDIR /
|
||||
|
||||
RUN chown -R nginx:nginx /var/lib/roundcube
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user