UNCLASSIFIED

Commit 9813b5a9 authored by Christopher Vernooy's avatar Christopher Vernooy
Browse files

Update Dockerfile

parent 55a5932c
Pipeline #171567 failed with stages
in 8 seconds
......@@ -5,7 +5,9 @@ FROM spark-operator/spark-operator:v1beta2-1.0.0-2.4.4 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN dnf upgrade -y
RUN dnf install -y openssl curl
RUN rm -rf /var/cache/dnf
RUN dnf upgrade -y && \
dnf clean all && \
rm -rf /var/cache/dnf
COPY --from=base /usr/bin/spark-operator /usr/bin/
COPY tini /sbin/
RUN chmod +x /sbin/tini
......
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