We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffe968 commit 8e081a2Copy full SHA for 8e081a2
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:latest
2
MAINTAINER Tim de Pater <[email protected]>
3
4
# Install packages
5
-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/
6
7
# Configure nginx
8
COPY config/nginx.conf /etc/nginx/nginx.conf
0 commit comments