From 64b1e6086bb17d16893ce9d6fac53b0511af4bef Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 21 Sep 2015 18:16:39 +0800 Subject: [PATCH] update --- nginad/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nginad/Dockerfile b/nginad/Dockerfile index d26061b..14b23e7 100644 --- a/nginad/Dockerfile +++ b/nginad/Dockerfile @@ -7,8 +7,7 @@ MAINTAINER kev WORKDIR /var/www/html -RUN apk add -U git \ - gzip \ +RUN apk add -U gzip \ nginx \ php-apcu \ php-curl \ @@ -34,7 +33,6 @@ RUN apk add -U git \ && cp rtb.config.local.php.dist rtb.config.local.php \ && sed -i -e "s/'pass' => ''/'pass' => 'root'/" \ -e "s/'host' => 'localhost'/'host' => 'mysql'/" database.local.php \ - && apk del git \ && rm -rf /var/cache/apk/* COPY nginx.conf /etc/nginx/nginx.conf