diff --git a/Dockerfile.rh b/Dockerfile.rh index bbb6a95e9..1c720c45d 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 tiny \ +RUN yum install -y openssl tini \ && yum clean all # Comment out the following three lines if you do not have a RedHat subscription.