mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
fast rebuild
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
RUN pkg-install \
|
||||
nginx \
|
||||
mjpg-streamer-pikvm \
|
||||
python \
|
||||
python-raspberry-gpio
|
||||
RUN systemctl enable nginx
|
||||
|
||||
ARG KVMD_VERSION
|
||||
ENV KVMD_VERSION $KVMD_VERSION
|
||||
RUN echo $KVMD_VERSION
|
||||
|
||||
RUN pkg-install \
|
||||
nginx \
|
||||
mjpg-streamer-pikvm
|
||||
RUN systemctl enable nginx
|
||||
|
||||
RUN pkg-install kvmd
|
||||
RUN systemctl enable kvmd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user