diff options
author | Devaev Maxim <[email protected]> | 2018-08-17 22:08:22 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-17 22:08:22 +0300 |
commit | 992abfe2d8ccf21fb97503e22b8cc0c1c5c299a1 (patch) | |
tree | ee3a3700521c9ed3f251dddb1153139140fa6625 | |
parent | 1715f26f073fcfe275dce7ae5103d1599033e9b7 (diff) |
using mjpg-streamer package
-rw-r--r-- | kvmd/testenv/Dockerfile | 2 | ||||
-rw-r--r-- | os/platforms/v1/Dockerfile.part | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kvmd/testenv/Dockerfile b/kvmd/testenv/Dockerfile index d4c4b5ad..e81a74da 100644 --- a/kvmd/testenv/Dockerfile +++ b/kvmd/testenv/Dockerfile @@ -33,7 +33,7 @@ RUN pacman -Syy \ python-pip \ nginx-mainline \ nginx-mainline-mod-lua \ - mjpg-streamer-pikvm \ + mjpg-streamer \ socat \ && pacman -Sc --noconfirm diff --git a/os/platforms/v1/Dockerfile.part b/os/platforms/v1/Dockerfile.part index 685bc423..6c25d07e 100644 --- a/os/platforms/v1/Dockerfile.part +++ b/os/platforms/v1/Dockerfile.part @@ -2,7 +2,7 @@ RUN pkg-install \ nginx-mainline \ nginx-mainline-mod-lua \ apache-tools \ - mjpg-streamer-pikvm \ + mjpg-streamer \ python \ python-raspberry-gpio RUN systemctl enable nginx |