From: Marcus Klein Date: Mon, 28 Aug 2017 12:09:45 +0000 (+0200) Subject: use Ubuntu Zesty packages for tornado, jinja2 and pycurl X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=bdb11324701121eed21a687531b175330ed5e036;p=motioneye-debian use Ubuntu Zesty packages for tornado, jinja2 and pycurl --- 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