moved lua crutch to kvmd

This commit is contained in:
Devaev Maxim
2018-11-18 08:11:18 +03:00
parent 51dd9a7428
commit 9762c82d0a
15 changed files with 98 additions and 51 deletions

View File

@@ -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

View File

@@ -6,6 +6,7 @@ kvmd:
info:
meta: /etc/kvmd/meta.yaml
extras: /usr/share/kvmd/extras
hid:
pinout:

View File

@@ -6,4 +6,5 @@ pyyaml
pyserial
setproctitle
systemd-python
dbus-python
tox