]> www.vanbest.org Git - motioneye-debian/commitdiff
Update Dockerfile
authormagnulu <magnulu@gmail.com>
Mon, 9 Oct 2017 21:15:38 +0000 (23:15 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2017 21:15:38 +0000 (23:15 +0200)
added installation of curl, as my motion log file threw errors about not finding curl when taking a manual snapshot.

extra/Dockerfile

index 5433ddf1a815c7ee55f1f1afa79282982839d18a..b9dd8c4ba5eb3cb11b06454758ca1dbfc961b7fc 100644 (file)
@@ -14,6 +14,7 @@ ENV TZ America/Los_Angeles
 RUN apt-get update && \
     apt-get --yes install \
        automake \
+       curl \
        autoconf \
        build-essential \
        ffmpeg \