mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
using unix sockets
This commit is contained in:
@@ -27,6 +27,7 @@ RUN pkg-install \
|
||||
python-systemd \
|
||||
python-dbus \
|
||||
python-mako \
|
||||
libevent-patched \
|
||||
nginx-mainline \
|
||||
ustreamer \
|
||||
socat \
|
||||
@@ -36,6 +37,7 @@ RUN pkg-install \
|
||||
COPY testenv/requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN useradd -r -c "Pi-KVM Nginx Server" -s /sbin/nologin kvmd-nginx
|
||||
RUN mkdir -p /etc/kvmd/nginx
|
||||
|
||||
CMD /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user