UNCLASSIFIED

Commit bf46a57a authored by sean.melissari's avatar sean.melissari
Browse files

add hostname

parent 8686d828
Pipeline #365533 failed with stages
in 8 seconds
......@@ -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 && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment