new pi-builder

This commit is contained in:
Devaev Maxim
2018-07-05 15:13:27 +00:00
parent fa3d894172
commit 033ad8922c
5 changed files with 52 additions and 39 deletions

View File

@@ -0,0 +1,13 @@
RUN pkg-install \
kvmd \
mjpg-streamer-pikvm \
nginx
COPY stages/pikvm/config.txt /boot/
COPY stages/pikvm/99-pikvm.conf /etc/sysctl.d/
COPY stages/pikvm/index.html /srv/http/
COPY stages/pikvm/kvmd.yaml /etc/
COPY stages/pikvm/nginx.conf /etc/nginx/
RUN systemctl enable kvmd
RUN systemctl enable nginx