diff --git a/Dockerfile b/Dockerfile index de6b75c..aba3312 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest MAINTAINER Tim de Pater # Install packages -RUN apk --update add php7 php7-fpm nginx supervisor --repository http://nl.alpinelinux.org/alpine/edge/testing/ +RUN apk --update add php7 php7-fpm nginx supervisor --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ # Configure nginx COPY config/nginx.conf /etc/nginx/nginx.conf