We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5564a7 + e76cb47 commit 50b8c2eCopy full SHA for 50b8c2e
3 files changed
.github/CODEOWNERS
@@ -1 +1 @@
1
-* @netlogix/devops @saschanowak @paxuclus @nlx-klein
+* @netlogix/devops
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