mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 23:08:15 +08:00
Fixed Label in Dockerfile
This commit is contained in:
parent
9f3f63d0a9
commit
785b15f393
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.12
|
FROM alpine:3.12
|
||||||
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
|
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
|
||||||
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
|
Description="Lightweight container with Nginx 1.18 & PHP-FPM 7.3 based on Alpine Linux."
|
||||||
|
|
||||||
# Install packages and remove default server definition
|
# Install packages and remove default server definition
|
||||||
RUN apk --no-cache add php7 php7-fpm php7-opcache php7-mysqli php7-json php7-openssl php7-curl \
|
RUN apk --no-cache add php7 php7-fpm php7-opcache php7-mysqli php7-json php7-openssl php7-curl \
|
||||||
|
Loading…
Reference in New Issue
Block a user