diff --git a/nginx-swarm-demo/phpfpmbase/Dockerfile b/nginx-swarm-demo/phpfpmbase/Dockerfile index 299373fc..cc690401 100644 --- a/nginx-swarm-demo/phpfpmbase/Dockerfile +++ b/nginx-swarm-demo/phpfpmbase/Dockerfile @@ -2,7 +2,7 @@ FROM dinkel/nginx-phpfpm RUN apt-get update RUN apt-get install -y -q wget curl -RUN apt-get install -y php5-curl +RUN apt-get install -y php-curl COPY nginx.conf /etc/nginx/ COPY default.conf /etc/nginx/conf.d/