From: magnulu Date: Mon, 9 Oct 2017 21:15:38 +0000 (+0200) Subject: Update Dockerfile X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=31281a9b4df2056bf588f5af098c6e36acd0dda2;p=motioneye-debian Update Dockerfile added installation of curl, as my motion log file threw errors about not finding curl when taking a manual snapshot. --- diff --git a/extra/Dockerfile b/extra/Dockerfile index 5433ddf..b9dd8c4 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -14,6 +14,7 @@ ENV TZ America/Los_Angeles RUN apt-get update && \ apt-get --yes install \ automake \ + curl \ autoconf \ build-essential \ ffmpeg \