From 33438fdaad0a7b943a6ce312b1e1b7e62588cf00 Mon Sep 17 00:00:00 2001 From: Marcus Klein Date: Sun, 5 Nov 2017 10:28:12 +0100 Subject: [PATCH] Don't lose pull request #687. Take ownership of Docker image. Use latest Ubuntu. --- extra/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 \ -- 2.39.5