Spotter-VM/lxc-shared/alpine3.9-php7.2/lxcfile

13 lines
401 B
Plaintext
Raw Normal View History

IMAGE alpine3.9-php7.2 7.2.19-190620
META title Alpine 3.9 PHP 7.2
META desc-cs Základní LXC vrstva s běhovým prostředím pro PHP 7.2
META desc-en Basic LXC layer with PHP 7.2 runtime environment
META type layer
META license GPL
LAYER alpine3.9 3.9.4-190620
2018-09-05 17:46:44 +02:00
2018-09-12 16:08:10 +02:00
RUN EOF
2018-09-05 17:46:44 +02: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