Commit 9f0dece2 authored by Cameron Carney's avatar Cameron Carney

Panel: Added php7-fileinfo to container

parent 4d8ce630
...@@ -8,9 +8,9 @@ ENV STARTUP_TIMEOUT=5 \ ...@@ -8,9 +8,9 @@ ENV STARTUP_TIMEOUT=5 \
WORKDIR /var/www/html WORKDIR /var/www/html
RUN \ RUN \
apk --update add curl gettext nginx php7 php7 php7-bcmath php7-common php7-dom php7-fpm php7-gd \ apk --update add curl gettext nginx php7 php7 php7-bcmath php7-common php7-dom php7-fileinfo \
php7-memcached php7-mbstring php7-openssl php7-pdo php7-phar php7-json php7-pdo_mysql \ php7-fpm php7-gd php7-memcached php7-mbstring php7-openssl php7-pdo php7-phar php7-json \
php7-session php7-simplexml php7-tokenizer php7-ctype php7-zlib php7-zip tini \ php7-pdo_mysql php7-session php7-simplexml php7-tokenizer php7-ctype php7-zlib php7-zip tini \
&& mkdir -p /var/www/html /run/nginx && mkdir -p /var/www/html /run/nginx
RUN \ RUN \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment