2020-04-04 00:17:24 +02:00
|
|
|
IMAGE alpine3.11-php7.3_7.3.16-200403
|
|
|
|
FROM alpine3.11_3.11.5-200403
|
2018-09-05 17:46:44 +02:00
|
|
|
|
2018-09-12 16:08:10 +02:00
|
|
|
RUN EOF
|
2019-11-30 09:59:32 +01:00
|
|
|
apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session
|
2018-09-12 16:08:10 +02:00
|
|
|
EOF
|
2019-09-18 11:29:58 +02:00
|
|
|
|
2020-03-13 17:03:03 +01:00
|
|
|
CMD /usr/bin/php -a
|