1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-21 01:15:53 +00:00

Add php7-sockets to be installed to fix warnings (#61)

This commit is contained in:
CrazyMax 2020-03-05 18:36:03 +01:00 committed by GitHub
commit af768511f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ RUN apk --update --no-cache add \
php7-session \
php7-simplexml \
php7-snmp \
php7-sockets \
php7-tokenizer \
php7-xml \
php7-zip \