use Ubuntu Zesty packages for tornado, jinja2 and pycurl
authorMarcus Klein <marcus.klein@open-xchange.com>
Mon, 28 Aug 2017 12:09:45 +0000 (14:09 +0200)
committerMarcus Klein <himself@kleini.org>
Sun, 5 Nov 2017 09:07:04 +0000 (10:07 +0100)
extra/Dockerfile

index 9e261fdff5635e81523a12546b723d8bd8f0709c..8ff589a276bee13d964d507538f683c9e15b409e 100644 (file)
@@ -3,22 +3,21 @@ LABEL maintainer="Conor Heine <conor.heine@gmail.com>"
 
 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