Spotter-VM/basic-runtimes/php.lxcfile

7 lines
179 B
Plaintext
Raw Normal View History

2018-09-05 17:41:38 +02:00
LAYER shared/alpine
LAYER shared/php
SCRIPT
apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session
RUN