From: Marcus Klein Date: Sun, 5 Nov 2017 19:34:31 +0000 (+0100) Subject: fixed wrong path in armhf Docker image after changing path in build X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=0ec9dad634d829faa31834d446d0fd6212206209;p=motioneye-debian fixed wrong path in armhf Docker image after changing path in build --- diff --git a/extra/Dockerfile.armv7-armhf b/extra/Dockerfile.armv7-armhf index 3aaf61e..191eca0 100644 --- a/extra/Dockerfile.armv7-armhf +++ b/extra/Dockerfile.armv7-armhf @@ -12,7 +12,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-type="Git" \ org.label-schema.vcs-url="https://github.com/ccrisan/motioneye.git" -ADD sources.list /etc/apt/ +ADD extra/sources.list /etc/apt/ RUN apt-get --quiet update && \ DEBIAN_FRONTEND="noninteractive" apt-get --quiet --yes --option Dpkg::Options::="--force-confnew" --no-install-recommends install \