summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-12 04:39:03 +0000
committerDevaev Maxim <[email protected]>2018-07-12 04:45:30 +0000
commit901d926fc4e46e6916fcccc35d886265b21b65ce (patch)
treeba0694591428b1dc0e41474f797615fabede7cab
parentba05ca46d9286312f2e6d45d8bb30eccf2cc7588 (diff)
fast rebuild
-rw-r--r--os/platforms/v1/Dockerfile.part11
1 files changed, 6 insertions, 5 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 @@
-ARG KVMD_VERSION
-ENV KVMD_VERSION $KVMD_VERSION
-RUN echo $KVMD_VERSION
-
RUN pkg-install \
nginx \
- mjpg-streamer-pikvm
+ 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 kvmd
RUN systemctl enable kvmd