diff --git a/Dockerfile b/Dockerfile index 750caebd782d6fc07991f0ab8b84e30d94e5a1a4..5fc276028d3ec0a6bd9ff2a31d66597161be3752 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