From: Marcus Klein Date: Sun, 5 Nov 2017 13:21:01 +0000 (+0100) Subject: use newest ready to use compiled motion daemon X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=3414d9c1d6356512f401213d3b21fb104549e8cf;p=motioneye-debian use newest ready to use compiled motion daemon --- diff --git a/extra/Dockerfile b/extra/Dockerfile index 324a27b..7faa016 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -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 \