From bf46a57af8d131ea967641b2fbe1f72b42ae5735 Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Wed, 14 Jul 2021 17:43:25 +0000 Subject: [PATCH] add hostname --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07045cd..35ef728 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY xmlstarlet.rpm /xmlstarlet.rpm RUN groupadd -g 1000 nifi && \ useradd -r -u 1000 -m -g nifi nifi && \ dnf update -y && \ - dnf install -y libxslt procps-ng && \ + dnf install -y libxslt procps-ng hostname && \ rpm -i --nosignature /xmlstarlet.rpm && \ rm -f /xmlstarlet.rpm && \ chmod +x /usr/bin/jq && \ -- GitLab