From: Marcus Klein Date: Sun, 5 Nov 2017 13:36:53 +0000 (+0100) Subject: fixed motion 4.0.1 dependencies X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=4d80f016ce2310e564ee88efcb10dd4fa7c415e9;p=motioneye-debian fixed motion 4.0.1 dependencies --- diff --git a/extra/Dockerfile b/extra/Dockerfile index 7faa016..fc04191 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -16,6 +16,8 @@ RUN apt-get --quiet update && \ DEBIAN_FRONTEND="noninteractive" apt-get --quiet --yes --option Dpkg::Options::="--force-confnew" --no-install-recommends install \ curl \ ffmpeg \ + libmysqlclient20 \ + libpq5 \ lsb-release \ python-jinja2 \ python-olefile \