Skip to content

Commit c1b08b7

Browse files
committed
Adding gmp and bcmath PHP modules
1 parent a570382 commit c1b08b7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
1212
libmemcached-dev \
1313
libpq-dev \
1414
libzip-dev \
15+
libgmp-dev \
1516
rsync \
1617
bzip2 \
1718
busybox-static \
@@ -39,7 +40,9 @@ RUN docker-php-ext-install \
3940
pdo_mysql \
4041
pdo_pgsql \
4142
pgsql \
42-
gettext
43+
gettext \
44+
bcmath \
45+
gmp
4346
RUN yes '' | pecl install imagick
4447
RUN yes '' | pecl install apcu
4548
RUN yes '' | pecl install memcached

0 commit comments

Comments
 (0)