mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
moved lua crutch to kvmd
This commit is contained in:
@@ -43,8 +43,8 @@ RUN pacman -Syy \
|
||||
python \
|
||||
python-pip \
|
||||
python-systemd \
|
||||
python-dbus \
|
||||
nginx-mainline \
|
||||
lua51-cjson \
|
||||
ustreamer \
|
||||
socat \
|
||||
htmlhint \
|
||||
@@ -56,4 +56,7 @@ RUN pacman -Syy \
|
||||
COPY testenv/requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN rm -rf /etc/nginx/* \
|
||||
&& mkdir /etc/kvmd
|
||||
|
||||
CMD /bin/bash
|
||||
|
||||
@@ -6,6 +6,7 @@ kvmd:
|
||||
|
||||
info:
|
||||
meta: /etc/kvmd/meta.yaml
|
||||
extras: /usr/share/kvmd/extras
|
||||
|
||||
hid:
|
||||
pinout:
|
||||
|
||||
@@ -6,4 +6,5 @@ pyyaml
|
||||
pyserial
|
||||
setproctitle
|
||||
systemd-python
|
||||
dbus-python
|
||||
tox
|
||||
|
||||
Reference in New Issue
Block a user