10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
IMAGE alpine3.9-php7.2_7.2.19-190620
|
|
|
|
LAYER alpine3.9_3.9.4-190620
|
|
|
|
RUN EOF
|
|
apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session
|
|
EOF
|
|
|
|
CMD php -a
|