We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93e6c5 commit f95e6f1Copy full SHA for f95e6f1
alpine/Dockerfile
@@ -7,7 +7,7 @@ RUN apk add --update --no-cache libintl icu icu-dev libxml2-dev \
7
8
# mysqli, pdo, pdo_mysql, pdo_pgsql
9
RUN apk add --update --no-cache postgresql-dev \
10
- && docker-php-ext-install mysqli pdo pdo_mysql pdo_pgsql
+ && docker-php-ext-install mysqli pdo pdo_mysql
11
12
# mcrypt, gd, iconv
13
RUN apk add --update --no-cache \
@@ -52,6 +52,8 @@ RUN apk add --update --no-cache autoconf g++ imagemagick-dev libtool make \
52
&& docker-php-ext-enable imagick \
53
&& apk del autoconf g++ libtool make
54
55
+# install bcmath extension
56
+RUN docker-php-ext-install bcmath
57
58
RUN sed -i -e 's/listen.*/listen = 0.0.0.0:9000/' /usr/local/etc/php-fpm.conf
59
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments