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