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
C
Confluent
Kafka
cp-kafka-5.5.x
Commits
e420f994
Commit
e420f994
authored
Dec 18, 2020
by
Andy Maksymowicz
Browse files
Update Dockerfile
parent
86137b21
Pipeline
#110748
passed with stage
in 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
e420f994
...
@@ -100,6 +100,7 @@ USER root
...
@@ -100,6 +100,7 @@ USER root
RUN
echo
"===> Installing
${
COMPONENT
}
..."
\
RUN
echo
"===> Installing
${
COMPONENT
}
..."
\
&&
dnf
install
--nogpgcheck
-y
/tmp/confluent-kafka-2.12-5.5.2-1.noarch.rpm
\
&&
dnf
install
--nogpgcheck
-y
/tmp/confluent-kafka-2.12-5.5.2-1.noarch.rpm
\
&&
echo
"===> clean up ..."
\
&&
echo
"===> clean up ..."
\
&&
dnf update
-y
\
&&
dnf clean all
\
&&
dnf clean all
\
&&
rm
-rf
/tmp/
*
\
&&
rm
-rf
/tmp/
*
\
&&
echo
"===> Setting up
${
COMPONENT
}
dirs"
\
&&
echo
"===> Setting up
${
COMPONENT
}
dirs"
\
...
...
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