Commit 86e0e33a authored by nimrod's avatar nimrod
Browse files

Workbench: Remove the Pyhon packaging constraint.

parent c06ae08a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -173,9 +173,7 @@ RUN apt-get update && \
ENV PIPX_HOME /opt/pipx
ENV PIPX_BIN_DIR /opt/pipx/bin
# hadolint ignore=DL3013
RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
    echo 'packaging==24.1' >> "$PIP_CONSTRAINT" && \
    python3 -m pip install --no-cache-dir --break-system-packages \
RUN python3 -m pip install --no-cache-dir --break-system-packages \
        https://github.com/aws/aws-cli/archive/refs/heads/v2.zip \
        Glances \
        PyGObject \