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 && \
+ curl -L --output /tmp/motion.deb https://github.com/Motion-Project/motion/releases/download/release-4.1/artful_motion_4.1-1_amd64.deb && \
dpkg -i /tmp/motion.deb && \
rm /tmp/motion.deb && \
pip install motioneye && \
-FROM multiarch/ubuntu-debootstrap:armhf-zesty
+FROM multiarch/debian-debootstrap:armhf-stretch
LABEL maintainer="Marcus Klein <himself@kleini.org>"
ARG BUILD_DATE
org.label-schema.vcs-type="Git" \
org.label-schema.vcs-url="https://github.com/ccrisan/motioneye.git"
-ADD extra/sources.list /etc/apt/
-
RUN apt-get --quiet update && \
DEBIAN_FRONTEND="noninteractive" apt-get --quiet --yes --option Dpkg::Options::="--force-confnew" --no-install-recommends install \
curl \
ffmpeg \
+ libmariadbclient18 \
+ libpq5 \
lsb-release \
- motion \
python-jinja2 \
python-pil \
python-pip \
python-wheel \
v4l-utils \
zlib1g-dev && \
+ curl -L --output /tmp/motion.deb https://github.com/Motion-Project/motion/releases/download/release-4.1/pi_stretch_motion_4.1-1_armhf.deb && \
+ dpkg -i /tmp/motion.deb && \
+ rm /tmp/motion.deb && \
pip install motioneye && \
apt-get purge --yes \
python-pip \
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 && \
+ curl -L --output /tmp/motion.deb https://github.com/Motion-Project/motion/releases/download/release-4.1/artful_motion_4.1-1_amd64.deb && \
dpkg -i /tmp/motion.deb && \
rm /tmp/motion.deb && \
cd /tmp/motioneye && \
+++ /dev/null
-deb http://ports.ubuntu.com/ubuntu-ports/ zesty main restricted universe
-deb http://ports.ubuntu.com/ubuntu-ports/ zesty-updates main restricted universe
-deb http://ports.ubuntu.com/ubuntu-ports/ zesty-security main restricted universe