Skip to content

Commit 50b8c2e

Browse files
authored
Merge pull request #705 from netlogix/feat/php-gmp-extension
2 parents a5564a7 + e76cb47 commit 50b8c2e

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @netlogix/devops @saschanowak @paxuclus @nlx-klein
1+
* @netlogix/devops

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)