From 164f30fa4c96722cf755e8feca5e04b97c4682c8 Mon Sep 17 00:00:00 2001 From: Jon Edvald Date: Mon, 22 Feb 2021 20:01:46 +0100 Subject: [PATCH] improve(core): add openssh-client to alpine base image Closes #2261 --- support/alpine.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/support/alpine.Dockerfile b/support/alpine.Dockerfile index 7a4f7c5aeb..c4c5e0b27b 100644 --- a/support/alpine.Dockerfile +++ b/support/alpine.Dockerfile @@ -11,6 +11,7 @@ RUN apk add --no-cache \ ca-certificates \ tar \ gzip \ + openssh-client \ libstdc++ # Note: This is run with the dist/alpine-amd64 directory as the context root