]> www.vanbest.org Git - motioneye-debian/commitdiff
fixed wrong path in armhf Docker image after changing path in build
authorMarcus Klein <himself@kleini.org>
Sun, 5 Nov 2017 19:34:31 +0000 (20:34 +0100)
committerMarcus Klein <himself@kleini.org>
Sun, 5 Nov 2017 19:34:31 +0000 (20:34 +0100)
extra/Dockerfile.armv7-armhf

index 3aaf61e7afb792a58353906b85c1f6835b1eff30..191eca0450f1b7f1e96ee24c2a1c17ed4eea2b21 100644 (file)
@@ -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 \