Loading workbench/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,6 @@ ENV PIPX_HOME /opt/pipx ENV PIPX_BIN_DIR /opt/pipx/bin # hadolint ignore=DL3013 RUN python3 -m pip install --no-cache-dir --break-system-packages \ https://github.com/aws/aws-cli/archive/refs/heads/v2.zip \ Glances \ PyGObject \ PyMySQL \ Loading Loading @@ -245,6 +244,7 @@ RUN python3 -m pip install --no-cache-dir --break-system-packages \ && \ pipx install chalice && \ pipx install curator-opensearch && \ pipx install https://github.com/aws/aws-cli/archive/refs/heads/v2.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 @@ -174,7 +174,6 @@ ENV PIPX_HOME /opt/pipx ENV PIPX_BIN_DIR /opt/pipx/bin # hadolint ignore=DL3013 RUN python3 -m pip install --no-cache-dir --break-system-packages \ https://github.com/aws/aws-cli/archive/refs/heads/v2.zip \ Glances \ PyGObject \ PyMySQL \ Loading Loading @@ -245,6 +244,7 @@ RUN python3 -m pip install --no-cache-dir --break-system-packages \ && \ pipx install chalice && \ pipx install curator-opensearch && \ pipx install https://github.com/aws/aws-cli/archive/refs/heads/v2.zip && \ rm -rf /tmp/* /var/tmp/* ~/.cache/* ENV COREPACK_HOME=/usr/local/share/corepack # hadolint ignore=DL3016 Loading