From 8e081a2daa2693f8af9184a1e7ad9c534a78249d Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Fri, 7 Oct 2016 16:04:07 +0200 Subject: [PATCH] PHP7 moved to the community repository --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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