]> www.vanbest.org Git - motioneye-debian/commitdiff
use newest ready to use compiled motion daemon
authorMarcus Klein <himself@kleini.org>
Sun, 5 Nov 2017 13:21:01 +0000 (14:21 +0100)
committerMarcus Klein <himself@kleini.org>
Sun, 5 Nov 2017 13:21:01 +0000 (14:21 +0100)
extra/Dockerfile

index 324a27b3ce14b80c865feb41db97244cb09cd565..7faa01613b20f2561c18dc4bb58318bc308a7a97 100644 (file)
@@ -17,7 +17,6 @@ RUN apt-get --quiet update && \
     curl \
     ffmpeg \
     lsb-release \
-    motion \
     python-jinja2 \
     python-olefile \
     python-pip \
@@ -26,6 +25,9 @@ RUN apt-get --quiet update && \
     python-tornado \
     python-wheel \
     v4l-utils && \
+    curl -L --output /tmp/motion.deb https://github.com/Motion-Project/motion/releases/download/release-4.0.1/yakkety_motion_4.0.1-1_amd64.deb && \
+    dpkg -i /tmp/motion.deb && \
+    rm /tmp/motion.deb && \
     pip install motioneye && \
     apt-get purge --yes \
     python-pip \