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.
2 parents f64c3cd + 6673e24 commit 96e9d59Copy full SHA for 96e9d59
Dockerfile
@@ -5,6 +5,7 @@ MAINTAINER Tim de Pater <[email protected]>
5
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
6
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype \
7
php7-mbstring php7-gd nginx supervisor curl bash \
8
+ --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ \
9
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/
10
11
# Configure nginx
0 commit comments