1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 10:15:22 +00:00

add PHP GMP extension (#288)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-07-14 14:04:41 +02:00 committed by GitHub
parent a552bf285d
commit 951008d69e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ RUN apk --update --no-cache add \
php7-fileinfo \
php7-fpm \
php7-gd \
php7-gmp \
php7-json \
php7-ldap \
php7-mbstring \