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

8 lines
202 B
Plaintext
Raw Normal View History

2018-09-05 18:25:27 +02:00
IMAGE build
LAYER shared/alpine3.9
LAYER shared/alpine3.9-php7.2
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