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 \