Commit 12dc5adb authored by nimrod's avatar nimrod
Browse files

Workbench: Install the AWS CLI using Pipx.

parent 86e0e33a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \
@@ -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