using mjpg-streamer package

This commit is contained in:
Devaev Maxim 2018-08-17 22:08:22 +03:00
parent 1715f26f07
commit 992abfe2d8
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ RUN pacman -Syy \
python-pip \ python-pip \
nginx-mainline \ nginx-mainline \
nginx-mainline-mod-lua \ nginx-mainline-mod-lua \
mjpg-streamer-pikvm \ mjpg-streamer \
socat \ socat \
&& pacman -Sc --noconfirm && pacman -Sc --noconfirm

View File

@ -2,7 +2,7 @@ RUN pkg-install \
nginx-mainline \ nginx-mainline \
nginx-mainline-mod-lua \ nginx-mainline-mod-lua \
apache-tools \ apache-tools \
mjpg-streamer-pikvm \ mjpg-streamer \
python \ python \
python-raspberry-gpio python-raspberry-gpio
RUN systemctl enable nginx RUN systemctl enable nginx