1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-30 13:30:33 +00:00

add php7-sockets to be installed to fix warnings

This commit is contained in:
John Jensen 2020-03-05 11:31:50 -05:00
parent 260cbeef9e
commit 54624eb62c

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 \