We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17572eb commit a7e3bcfCopy full SHA for a7e3bcf
2 files changed
php/8.x.Dockerfile
@@ -86,6 +86,7 @@ RUN apt-get update && \
86
php${PHP_VERSION}-curl \
87
php${PHP_VERSION}-fpm \
88
php${PHP_VERSION}-gd \
89
+ php${PHP_VERSION}-gmp \
90
php${PHP_VERSION}-http \
91
php${PHP_VERSION}-igbinary \
92
php${PHP_VERSION}-imagick \
php/Dockerfile
@@ -82,6 +82,7 @@ RUN apt-get update && \
82
83
84
85
0 commit comments