summaryrefslogtreecommitdiff
path: root/os/platforms/v1/Dockerfile.part
blob: 566f229c1d65578b8536a42ce8cd55518596ffef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
RUN pkg-install \
	kvmd \
	mjpg-streamer-pikvm \
	nginx

COPY stages/pikvm/config.txt /boot/
COPY stages/pikvm/sysctl.conf /etc/sysctl.d/99-pikvm.conf
COPY stages/pikvm/udev.rules /etc/udev/rules.d/pikvm.rules
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