We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4954faa commit 539ba3bCopy full SHA for 539ba3b
Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5
software-properties-common git \
6
python3 python3-pip \
7
gcc libc-dev \
8
- && pip3 install github-rest-api
+ && pip3 install --break-system-packages github-rest-api
9
ENV RUSTUP_HOME=/usr/local/rustup PATH=/usr/local/cargo/bin:$PATH
10
COPY --from=dclong/rust /usr/local/rustup/ /usr/local/rustup/
11
COPY --from=dclong/rust \
0 commit comments