diff options
author | Devaev Maxim <[email protected]> | 2018-07-12 04:39:03 +0000 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-12 04:45:30 +0000 |
commit | 901d926fc4e46e6916fcccc35d886265b21b65ce (patch) | |
tree | ba0694591428b1dc0e41474f797615fabede7cab | |
parent | ba05ca46d9286312f2e6d45d8bb30eccf2cc7588 (diff) |
fast rebuild
-rw-r--r-- | os/platforms/v1/Dockerfile.part | 11 |
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 |