add missing packages

master
Andy 8 years ago
parent 405f9c53f5
commit a277849f87
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

@ -5,8 +5,9 @@ MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
# Install the dependencies
RUN apk update && \
apk add wget unzip gnupg1 nginx php-fpm \
php-curl php-json php-dom php-zlib php-iconv php-openssl
apk add tzdata wget unzip gnupg1 nginx php-fpm \
php-curl php-json php-dom php-zlib php-iconv php-openssl \
php-pdo_sqlite php-pdo_mysql php-pdo_pgsql
# Create the application user so that PHP-FPM can run
ENV USER rainloop

Loading…
Cancel
Save