UNCLASSIFIED

Commit 4d1d9d46 authored by riveraj's avatar riveraj
Browse files

Merge branch 'development' into 'master'

Merge development branch to Master branch

See merge request !38
parents 4e825628 217e9385
Pipeline #377281 failed with stages
in 69 minutes and 37 seconds
...@@ -24,7 +24,7 @@ COPY xmlstarlet.rpm /xmlstarlet.rpm ...@@ -24,7 +24,7 @@ COPY xmlstarlet.rpm /xmlstarlet.rpm
RUN groupadd -g 1000 nifi && \ RUN groupadd -g 1000 nifi && \
useradd -r -u 1000 -m -g nifi nifi && \ useradd -r -u 1000 -m -g nifi nifi && \
dnf update -y && \ dnf update -y && \
dnf install -y libxslt procps-ng && \ dnf install -y libxslt procps-ng hostname && \
rpm -i --nosignature /xmlstarlet.rpm && \ rpm -i --nosignature /xmlstarlet.rpm && \
rm -f /xmlstarlet.rpm && \ rm -f /xmlstarlet.rpm && \
chmod +x /usr/bin/jq && \ 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