]> www.vanbest.org Git - motioneye-debian/commitdiff
Don't lose pull request #687.
authorMarcus Klein <himself@kleini.org>
Sun, 5 Nov 2017 09:28:12 +0000 (10:28 +0100)
committerMarcus Klein <himself@kleini.org>
Sun, 5 Nov 2017 09:28:12 +0000 (10:28 +0100)
Take ownership of Docker image. Use latest Ubuntu.

extra/Dockerfile

index 1926b5c32521d2bfe40ae76b841e9c23e5325606..93b7078efbdbbe47627bda5d895149a0a677b227 100644 (file)
@@ -1,5 +1,5 @@
-FROM ubuntu:17.04
-LABEL maintainer="Conor Heine <conor.heine@gmail.com>"
+FROM ubuntu:17.10
+LABEL maintainer="Marcus Klein <himself@kleini.org>"
 
 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 \