UNCLASSIFIED

Commit 217e9385 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'add-hostname' into 'development'

add hostname

See merge request !37
parents 8686d828 bf46a57a
Pipeline #365617 passed with stages
in 27 minutes and 35 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