UNCLASSIFIED

Commit 83325051 authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

need a mkdir

parent 72d7da0d
Pipeline #175289 failed with stages
in 11 minutes and 10 seconds
...@@ -15,7 +15,9 @@ COPY pip-21.0.1-py3-none-any.whl setuptools-53.0.0-py3-none-any.whl ./ ...@@ -15,7 +15,9 @@ COPY pip-21.0.1-py3-none-any.whl setuptools-53.0.0-py3-none-any.whl ./
RUN dnf -y update && dnf -y upgrade && \ RUN dnf -y update && dnf -y upgrade && \
pip3 install --upgrade ./pip-21.0.1-py3-none-any.whl ./setuptools-53.0.0-py3-none-any.whl && \ pip3 install --upgrade ./pip-21.0.1-py3-none-any.whl ./setuptools-53.0.0-py3-none-any.whl && \
rm -rf /var/cache/dnf rm -rf /var/cache/dnf && \
mkdir -p /opt/spark/python && \
chown -R 185:185 /opt/spark/
COPY --from=base python/pyspark /opt/spark/python/pyspark COPY --from=base python/pyspark /opt/spark/python/pyspark
COPY --from=base python/lib /opt/spark/python/lib COPY --from=base python/lib /opt/spark/python/lib
......
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