We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d13d4c3 + ad4c45f commit a97de84Copy full SHA for a97de84
3 files changed
php/7.1/Dockerfile
@@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
24
&& pecl install imagick \
25
&& docker-php-ext-enable imagick \
26
&& docker-php-ext-install \
27
+ bcmath \
28
curl \
29
iconv \
30
mbstring \
php/7.2/Dockerfile
@@ -22,6 +22,7 @@ RUN apk add --no-cache --virtual .build-deps \
22
23
php/7.3/Dockerfile
@@ -23,6 +23,7 @@ RUN apk add --no-cache --virtual .build-deps \
0 commit comments