mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
fixed pip
This commit is contained in:
parent
97f459cd35
commit
9879a9f05b
@ -75,7 +75,7 @@ RUN pacman --noconfirm --ask=4 -Syy \
|
|||||||
&& rm -rf /var/cache/pacman/pkg/*
|
&& rm -rf /var/cache/pacman/pkg/*
|
||||||
|
|
||||||
COPY testenv/requirements.txt requirements.txt
|
COPY testenv/requirements.txt requirements.txt
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install --break-system-packages -r requirements.txt
|
||||||
|
|
||||||
# https://stackoverflow.com/questions/57534295
|
# https://stackoverflow.com/questions/57534295
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user