We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a570382 commit c1b08b7Copy full SHA for c1b08b7
1 file changed
Dockerfile
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
12
libmemcached-dev \
13
libpq-dev \
14
libzip-dev \
15
+ libgmp-dev \
16
rsync \
17
bzip2 \
18
busybox-static \
@@ -39,7 +40,9 @@ RUN docker-php-ext-install \
39
40
pdo_mysql \
41
pdo_pgsql \
42
pgsql \
- gettext
43
+ gettext \
44
+ bcmath \
45
+ gmp
46
RUN yes '' | pecl install imagick
47
RUN yes '' | pecl install apcu
48
RUN yes '' | pecl install memcached
0 commit comments