php extensions added
This commit is contained in:
parent
a6019c4587
commit
21520e9b8d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN apt-get update -qq && \
|
|||
apt-get clean && rm -rf /var/lib/apt/lists/* /var/log/*
|
||||
|
||||
# PHP Extensions
|
||||
RUN docker-php-ext-install -j$(nproc) opcache mbstring
|
||||
RUN docker-php-ext-install -j$(nproc) opcache gd bcmath
|
||||
COPY --link conf/php.ini /usr/local/etc/php/conf.d/app.ini
|
||||
|
||||
# Apache
|
||||
|
|
Loading…
Add table
Reference in a new issue