From 24e34d944d411c15b1678c3b36646fd370318a50 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 21 Sep 2015 12:54:26 +0800 Subject: [PATCH] update --- nginad/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginad/Dockerfile b/nginad/Dockerfile index 7e84d0f..d26061b 100644 --- a/nginad/Dockerfile +++ b/nginad/Dockerfile @@ -7,13 +7,13 @@ MAINTAINER kev WORKDIR /var/www/html -RUN apk add -U ca-certificates \ - git \ +RUN apk add -U git \ gzip \ nginx \ php-apcu \ php-curl \ php-fpm \ + php-iconv \ php-json \ php-openssl \ php-pdo \