mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
refactoring
This commit is contained in:
@@ -32,8 +32,10 @@ RUN pacman -Syy \
|
||||
&& user-packer -S --noconfirm \
|
||||
python \
|
||||
python-pip \
|
||||
python-tox \
|
||||
python-systemd \
|
||||
python-dbus \
|
||||
python-mako \
|
||||
nginx-mainline \
|
||||
ustreamer \
|
||||
socat \
|
||||
@@ -42,9 +44,6 @@ RUN pacman -Syy \
|
||||
&& rm -rf /.npm \
|
||||
&& (pacman -Sc --noconfirm || true)
|
||||
|
||||
COPY testenv/requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN mkdir -p /etc/kvmd/nginx
|
||||
|
||||
CMD /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user