From e7efb49aac96641347bc87028f2e653e941c88b9 Mon Sep 17 00:00:00 2001 From: Spyros Trigazis Date: Mon, 28 Jan 2019 14:48:56 +0100 Subject: [PATCH] heat-agent: Add openssh-clients Add openssh-client to the heat-agent to act on the host. story: 2002210 task: 29142 Change-Id: I6e52291e4fc750418c70a22cc386034fa729d765 Signed-off-by: Spyros Trigazis --- dockerfiles/heat-container-agent/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfiles/heat-container-agent/Dockerfile b/dockerfiles/heat-container-agent/Dockerfile index 114270e77b..e5a8bb83f5 100644 --- a/dockerfiles/heat-container-agent/Dockerfile +++ b/dockerfiles/heat-container-agent/Dockerfile @@ -16,6 +16,7 @@ RUN dnf -y --setopt=tsflags=nodocs install \ findutils \ gcc \ kubernetes-client \ + openssh-clients \ python-devel \ python-pip \ python-psutil \