Skip to content

Commit 539ba3b

Browse files
committed
fix issue with pip install
1 parent 4954faa commit 539ba3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
55
software-properties-common git \
66
python3 python3-pip \
77
gcc libc-dev \
8-
&& pip3 install github-rest-api
8+
&& pip3 install --break-system-packages github-rest-api
99
ENV RUSTUP_HOME=/usr/local/rustup PATH=/usr/local/cargo/bin:$PATH
1010
COPY --from=dclong/rust /usr/local/rustup/ /usr/local/rustup/
1111
COPY --from=dclong/rust \

0 commit comments

Comments
 (0)