UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit b87cba7b authored by Christopher Vernooy's avatar Christopher Vernooy
Browse files

Update Dockerfile

parent 47dfbaec
Pipeline #171590 failed with stages
in 8 seconds
......@@ -3,7 +3,6 @@ ARG BASE_IMAGE=ubi8
ARG BASE_TAG=8.3
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 dnf upgrade -y && \
dnf clean all && \
......
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