Skip to content

Commit

Permalink
Modified pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasuna Madasu committed Sep 21, 2023
1 parent 123efaa commit 2ae7b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -eux; \
jq \
xxd \
python3-pip && \
python3 -m pip install --upgrade pip && \
python3 -m pip install --upgrade pip --break-system-packages && \
rm -rf /var/lib/apt/lists/*

RUN set -eux; \
Expand Down

0 comments on commit 2ae7b17

Please sign in to comment.