UNCLASSIFIED

Commit e420f994 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Update Dockerfile

parent 86137b21
Pipeline #110748 passed with stage
in 9 seconds
...@@ -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" \
......
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