UNCLASSIFIED

Commit a971a8f3 authored by Christopher Vernooy's avatar Christopher Vernooy
Browse files

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

Update Dockerfile

See merge request !3
parents 47dfbaec b87cba7b
Pipeline #171591 passed with stages
in 21 minutes and 5 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