diff --git a/Dockerfile.rh b/Dockerfile.rh index 04a6e2594..bbb6a95e9 100644 --- a/Dockerfile.rh +++ b/Dockerfile.rh @@ -45,7 +45,7 @@ RUN setcap cap_net_bind_service=+ep /usr/bin/spark-operator FROM ${SPARK_IMAGE} USER root -RUN yum install -y openssl curl tini \ +RUN yum install -y openssl tiny \ && yum clean all # Comment out the following three lines if you do not have a RedHat subscription.