1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Add openssh-client for the check_by_ssh plugin (#312)

This commit is contained in:
Seti 2022-09-22 23:48:11 +02:00 committed by GitHub
parent 00fa54010b
commit e35fa8e600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ RUN apk --update --no-cache add \
nginx \
nmap \
openssl \
openssh-client \
perl \
php8 \
php8-cli \