Skip to content

Commit a7e3bcf

Browse files
committed
feat: Install php gmp extension
1 parent 17572eb commit a7e3bcf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

php/8.x.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ RUN apt-get update && \
8686
php${PHP_VERSION}-curl \
8787
php${PHP_VERSION}-fpm \
8888
php${PHP_VERSION}-gd \
89+
php${PHP_VERSION}-gmp \
8990
php${PHP_VERSION}-http \
9091
php${PHP_VERSION}-igbinary \
9192
php${PHP_VERSION}-imagick \

php/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ RUN apt-get update && \
8282
php${PHP_VERSION}-curl \
8383
php${PHP_VERSION}-fpm \
8484
php${PHP_VERSION}-gd \
85+
php${PHP_VERSION}-gmp \
8586
php${PHP_VERSION}-http \
8687
php${PHP_VERSION}-igbinary \
8788
php${PHP_VERSION}-imagick \

0 commit comments

Comments
 (0)