From 94c5871fd58799feb3fe0d10522bb53ee652adb4 Mon Sep 17 00:00:00 2001 From: deviantony Date: Thu, 5 May 2022 20:29:52 +0000 Subject: [PATCH] add missing ssh client to base image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ac98f77..a075639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get update --fix-missing && apt-get install -qq \ ca-certificates \ gnupg-agent \ libarchive-tools \ + openssh-client \ software-properties-common # Install Docker CLI