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 44ccef0 commit 33a48c1Copy full SHA for 33a48c1
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-fpm nginx supervisor --repository http://nl.alpinelinux.org/alpine/edge/testing/
+RUN apk --update add php7 php7-fpm nginx supervisor --repository http://nl.alpinelinux.org/alpine/edge/testing/
6
7
# Configure nginx
8
COPY config/nginx.conf /etc/nginx/nginx.conf
0 commit comments