Loading workbench/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -255,6 +255,7 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \ unset PIP_CONSTRAINT && \ pipx install --global chalice && \ pipx install --global curator-opensearch && \ pipx install --global uv && \ CFLAGS="-Wno-error=incompatible-pointer-types" pipx install --global https://github.com/aws/aws-cli/archive/refs/heads/v2.zip && \ rm -rf /tmp/* /var/tmp/* ~/.cache/* ENV COREPACK_HOME=/usr/local/share/corepack Loading Loading
workbench/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -255,6 +255,7 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \ unset PIP_CONSTRAINT && \ pipx install --global chalice && \ pipx install --global curator-opensearch && \ pipx install --global uv && \ CFLAGS="-Wno-error=incompatible-pointer-types" pipx install --global https://github.com/aws/aws-cli/archive/refs/heads/v2.zip && \ rm -rf /tmp/* /var/tmp/* ~/.cache/* ENV COREPACK_HOME=/usr/local/share/corepack Loading