From: Marcus Klein Date: Mon, 28 Aug 2017 12:29:59 +0000 (+0200) Subject: try to expect that pillow is automatically installed as dependency X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=d1375994c3a723c52fe48a5b3c0e46b0b138fd32;p=motioneye-debian try to expect that pillow is automatically installed as dependency --- diff --git a/extra/Dockerfile b/extra/Dockerfile index 8ff589a..d59ad0a 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -16,9 +16,6 @@ RUN apt-get --quiet update && \ 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 pillow - RUN pip install motioneye # R/W needed for motioneye to update configurations