Spotter-VM/basic-runtimes/php/Dockerfile

7 lines
210 B
Docker
Raw Normal View History

2018-05-07 14:21:09 +02:00
FROM alpine
MAINTAINER Disassembler <disassembler@dasm.cz>
RUN \
# Install PHP runtime
apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session