mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 23:08:15 +08:00
PHP7 moved to the community repository
This commit is contained in:
parent
bffe968bda
commit
8e081a2daa
@ -2,7 +2,7 @@ FROM alpine:latest
|
|||||||
MAINTAINER Tim de Pater <code@trafex.nl>
|
MAINTAINER Tim de Pater <code@trafex.nl>
|
||||||
|
|
||||||
# Install packages
|
# 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
|
# Configure nginx
|
||||||
COPY config/nginx.conf /etc/nginx/nginx.conf
|
COPY config/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user