From 73d3a2161276725bb90beae6f5b553715c507496 Mon Sep 17 00:00:00 2001 From: jweatherford Date: Wed, 24 Feb 2021 16:23:12 -0500 Subject: [PATCH] directory test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 750caeb..5fc2760 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ 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 +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