mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
fixed pip
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user