From 31281a9b4df2056bf588f5af098c6e36acd0dda2 Mon Sep 17 00:00:00 2001 From: magnulu Date: Mon, 9 Oct 2017 23:15:38 +0200 Subject: [PATCH] Update Dockerfile added installation of curl, as my motion log file threw errors about not finding curl when taking a manual snapshot. --- extra/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.5