Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 359bfa3

Browse files
committed
added bcmath to dev
1 parent 7b67636 commit 359bfa3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎alpine/dev/Dockerfile‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,13 @@ RUN docker-php-source extract \
5555
RUN apk add --update --no-cache git
5656

5757
# imagick
58-
RUN apk add --update --no-cache autoconf g++ imagemagick-dev libtool make \
58+
RUN apk add --update --no-cache autoconf g++ imagemagick-dev libtool make pcre-dev \
5959
&& pecl install imagick \
6060
&& docker-php-ext-enable imagick \
61-
&& apk del autoconf g++ libtool make
61+
&& apk del autoconf g++ libtool make pcre-dev
62+
63+
# install bcmath extension
64+
RUN docker-php-ext-install bcmath
6265

6366

6467
RUN sed -i -e 's/listen.*/listen = 0.0.0.0:9000/' /usr/local/etc/php-fpm.conf

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /