diff options
Diffstat (limited to 'os/platforms/v1/Dockerfile.part')
-rw-r--r-- | os/platforms/v1/Dockerfile.part | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/os/platforms/v1/Dockerfile.part b/os/platforms/v1/Dockerfile.part new file mode 100644 index 00000000..c525b8e7 --- /dev/null +++ b/os/platforms/v1/Dockerfile.part @@ -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 |