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
|
||||
|
||||
Reference in New Issue
Block a user