diff options
Diffstat (limited to 'os')
-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 |