UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
apache
nifi
Commits
217e9385
Commit
217e9385
authored
Jul 14, 2021
by
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
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
217e9385
...
@@ -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
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment