diff --git a/web-build/Dockerfile.python2 b/web-build/Dockerfile.python2 index df98cc4..921d35c 100644 --- a/web-build/Dockerfile.python2 +++ b/web-build/Dockerfile.python2 @@ -1,10 +1,11 @@ #ddev-generated -COPY --from=python:2.7-slim /usr/local /usr/local +COPY --from=python:2.7-slim /usr/local /tmp/python2-local COPY --from=python:2.7-slim /usr/lib /tmp/python2-libs ARG TARGETARCH RUN <