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