From e35fa8e60095aacd59e1541219b8c7721e720884 Mon Sep 17 00:00:00 2001 From: Seti Date: Thu, 22 Sep 2022 23:48:11 +0200 Subject: [PATCH] Add openssh-client for the check_by_ssh plugin (#312) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 472fca4..ea5d61d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN apk --update --no-cache add \ nginx \ nmap \ openssl \ + openssh-client \ perl \ php8 \ php8-cli \