php support added
This commit is contained in:
parent
29df60b5b1
commit
65b6cb4d15
1 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@ RUN apt-get update -qq && \
|
|||
git \
|
||||
gnupg \
|
||||
unzip \
|
||||
zip
|
||||
RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql
|
||||
zip \
|
||||
nano
|
||||
RUN docker-php-ext-install -j$(nproc) opcache mbstring
|
||||
COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini
|
||||
|
|
Loading…
Add table
Reference in a new issue