From b361235286fb1465fab9def30abe002fb0f428f2 Mon Sep 17 00:00:00 2001 From: Pavel Dmitriev Date: Mon, 25 Mar 2024 21:45:12 +0300 Subject: [PATCH] openssh fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e38504b..cc8b11c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.19 -RUN apk add --no-cache ansible cdrkit ansible-lint ssh \ +RUN apk add --no-cache ansible cdrkit ansible-lint openssh-client \ && ansible-galaxy collection install community.docker