mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 01:51:53 +08:00
new pi-builder
This commit is contained in:
13
os/platforms/v1/Dockerfile.part
Normal file
13
os/platforms/v1/Dockerfile.part
Normal 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
|
||||
Reference in New Issue
Block a user