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 \
|
git \
|
||||||
gnupg \
|
gnupg \
|
||||||
unzip \
|
unzip \
|
||||||
zip
|
zip \
|
||||||
RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql
|
nano
|
||||||
|
RUN docker-php-ext-install -j$(nproc) opcache mbstring
|
||||||
COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini
|
COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini
|
||||||
|
|
Loading…
Add table
Reference in a new issue