From b0de93d629e64a04064c2d37e4f70bccb08fe8af Mon Sep 17 00:00:00 2001 From: Spyros Trigazis Date: Fri, 24 Apr 2020 18:09:03 +0200 Subject: [PATCH] hca: Add hostname command hostname is 28k and has no dependencies. Add it as a convenient command. Change-Id: I979431e849d208d257731b275d716dbffdb0845f 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 5b9093d00a..11d7f71b19 100644 --- a/dockerfiles/heat-container-agent/Dockerfile +++ b/dockerfiles/heat-container-agent/Dockerfile @@ -26,6 +26,7 @@ RUN dnf -y --setopt=tsflags=nodocs --nogpgcheck install \ python-lxml \ python-pip \ python-psutil \ + hostname \ redhat-rpm-config && \ pip install --no-cache --no-cache-dir \ dib-utils \