mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 18:36:37 +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/*
|
||||
|
||||
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
|
||||
WORKDIR /root
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user