From 901d926fc4e46e6916fcccc35d886265b21b65ce Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 12 Jul 2018 04:39:03 +0000 Subject: [PATCH] fast rebuild --- os/platforms/v1/Dockerfile.part | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/os/platforms/v1/Dockerfile.part b/os/platforms/v1/Dockerfile.part index fdb437cb..4b355acb 100644 --- a/os/platforms/v1/Dockerfile.part +++ b/os/platforms/v1/Dockerfile.part @@ -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