From a277849f8756fbc1f99f2fbd13d8ce64567fde1d Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Fri, 20 May 2016 15:25:36 +0200 Subject: [PATCH] add missing packages --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 922b1b1..1b7da28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,9 @@ MAINTAINER Andrey Arapov # 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