From bdb11324701121eed21a687531b175330ed5e036 Mon Sep 17 00:00:00 2001 From: Marcus Klein Date: Mon, 28 Aug 2017 14:09:45 +0200 Subject: [PATCH] use Ubuntu Zesty packages for tornado, jinja2 and pycurl --- extra/Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/extra/Dockerfile b/extra/Dockerfile index 9e261fd..8ff589a 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -3,22 +3,21 @@ LABEL maintainer="Conor Heine " RUN apt-get --quiet update && \ DEBIAN_FRONTEND="noninteractive" apt-get --quiet --yes --option Dpkg::Options::="--force-confnew" --no-install-recommends install \ - gcc \ ffmpeg \ - libcurl4-openssl-dev \ - libssl-dev \ lsb-release \ motion \ - python-dev \ + python-jinja2 \ python-pip \ + python-pycurl \ python-setuptools \ + python-tornado \ python-wheel \ v4l-utils && \ apt-get --quiet autoremove && \ apt-get --quiet --yes clean && rm -rf /var/lib/apt/lists/* && rm -f /var/cache/apt/*.bin # Pip -RUN pip install tornado jinja2 pillow pycurl +RUN pip install pillow RUN pip install motioneye -- 2.39.5