From 8fc1e63dfc1c8b3275943e10e450e9136d25ffc4 Mon Sep 17 00:00:00 2001 From: jweatherford Date: Wed, 24 Feb 2021 16:37:44 -0500 Subject: [PATCH] reverting test --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fc2760..b2544bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ RUN dnf -y update && dnf -y upgrade && \ mkdir -p /opt/spark/python/lib && \ chown -R 185:185 /opt/spark/ -COPY --from=base /opt/spark/python/pyspark /opt/spark/python/pyspark +# This directory isn't present in this version +#COPY --from=base /opt/spark/python/pyspark /opt/spark/python/pyspark COPY --from=base /opt/spark/python/lib /opt/spark/python/lib # This is from the current version, not the version this container is based on -- GitLab