From: Marcus Klein Date: Sun, 5 Nov 2017 09:28:12 +0000 (+0100) Subject: Don't lose pull request #687. X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=33438fdaad0a7b943a6ce312b1e1b7e62588cf00;p=motioneye-debian Don't lose pull request #687. Take ownership of Docker image. Use latest Ubuntu. --- diff --git a/extra/Dockerfile b/extra/Dockerfile index 1926b5c..93b7078 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -1,5 +1,5 @@ -FROM ubuntu:17.04 -LABEL maintainer="Conor Heine " +FROM ubuntu:17.10 +LABEL maintainer="Marcus Klein " ARG BUILD_DATE ARG VCS_REF @@ -14,6 +14,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ RUN apt-get --quiet update && \ DEBIAN_FRONTEND="noninteractive" apt-get --quiet --yes --option Dpkg::Options::="--force-confnew" --no-install-recommends install \ + curl \ ffmpeg \ lsb-release \ motion \