UNCLASSIFIED

Commit 47dfbaec authored by Christopher Vernooy's avatar Christopher Vernooy
Browse files

Merge branch 'cvernooy-development-patch-58434' into 'development'

Update Dockerfile

See merge request !2
parents 55a5932c 9813b5a9
Pipeline #171568 canceled with stages
in 5 minutes and 54 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