include php7-zip in the app image (for data_migration plugin)
This commit is contained in:
parent
d9fac409a4
commit
62f9b960ca
|
@ -5,7 +5,7 @@ RUN apk add --no-cache php7 php7-fpm \
|
||||||
php7-pdo php7-gd php7-pgsql php7-pdo_pgsql php7-mbstring \
|
php7-pdo php7-gd php7-pgsql php7-pdo_pgsql php7-mbstring \
|
||||||
php7-intl php7-xml php7-curl php7-session \
|
php7-intl php7-xml php7-curl php7-session \
|
||||||
php7-dom php7-fileinfo php7-json \
|
php7-dom php7-fileinfo php7-json \
|
||||||
php7-pcntl php7-posix \
|
php7-pcntl php7-posix php7-zip \
|
||||||
git postgresql-client sudo
|
git postgresql-client sudo
|
||||||
|
|
||||||
ADD startup.sh /
|
ADD startup.sh /
|
||||||
|
|
Loading…
Reference in New Issue