added fileinfo. fixes #1

This commit is contained in:
Chris 2019-09-29 11:53:07 +02:00
parent 47f76e961c
commit d2183dce4f

View file

@ -1,6 +1,6 @@
FROM alpine:3.10 FROM alpine:3.10
RUN apk add --no-cache python socat wget php7-session curl git php php-curl nginx php-openssl php-mbstring php-json php-gd php-dom php-fpm RUN apk add --no-cache python socat wget php7-fileinfo php7-session curl git php php-curl nginx php-openssl php-mbstring php-json php-gd php-dom php-fpm
#RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer #RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
RUN mkdir -p /var/www RUN mkdir -p /var/www
WORKDIR /var/www WORKDIR /var/www