File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.5
1
+ FROM alpine:3.6
2
2
LABEL Maintainer=
"Tim de Pater <[email protected] >" \
3
- Description="Lightweight container with Nginx 1.10 & PHP-FPM 7.1 based on Alpine Linux."
3
+ Description="Lightweight container with Nginx 1.12 & PHP-FPM 7.1 based on Alpine Linux."
4
4
5
- # Install packages from testing repo's
5
+ # Install packages
6
6
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
7
7
php7-zlib php7-xml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype \
8
- php7-mbstring php7-gd nginx \
9
- --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ \
10
- --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/
11
-
12
- # Install packages from stable repo's
13
- RUN apk --no-cache add supervisor curl
8
+ php7-mbstring php7-gd nginx supervisor curl
14
9
15
10
# Configure nginx
16
11
COPY config/nginx.conf /etc/nginx/nginx.conf
Original file line number Diff line number Diff line change 1
- Docker PHP-FPM 7.1 & Nginx 1.10 on Alpine Linux
1
+ Docker PHP-FPM 7.1 & Nginx 1.12 on Alpine Linux
2
2
==============================================
3
- Example PHP-FPM 7.1 & Nginx 1.10 setup for Docker, build on [ Alpine Linux] ( http://www.alpinelinux.org/ ) .
3
+ Example PHP-FPM 7.1 & Nginx 1.12 setup for Docker, build on [ Alpine Linux] ( http://www.alpinelinux.org/ ) .
4
4
The image is only +/- 35MB large.
5
5
6
6
You can’t perform that action at this time.
0 commit comments