Skip to content

Commit 8e081a2

Browse files
committed
PHP7 moved to the community repository
1 parent bffe968 commit 8e081a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:latest
22
MAINTAINER Tim de Pater <[email protected]>
33

44
# Install packages
5-
RUN apk --update add php7 php7-fpm nginx supervisor --repository http://nl.alpinelinux.org/alpine/edge/testing/
5+
RUN apk --update add php7 php7-fpm nginx supervisor --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/
66

77
# Configure nginx
88
COPY config/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)