summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-12-19 10:25:30 +0000
committerRichard Hughes <richard@hughsie.com>2017-12-19 10:25:30 +0000
commitf070446421dfc2bf7fe53e62932f602668979f15 (patch)
tree1f7c712e1917ae8f0b33e098fda20df0171597ff
parent798255203bfea010fc8037a664cd146bd97cf4f5 (diff)
downloadgusb-f070446421dfc2bf7fe53e62932f602668979f15.tar.gz
f-travis
-rw-r--r--contrib/ci/Dockerfile-debian-stretch2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ci/Dockerfile-debian-stretch b/contrib/ci/Dockerfile-debian-stretch
index 6b02217..5de9e12 100644
--- a/contrib/ci/Dockerfile-debian-stretch
+++ b/contrib/ci/Dockerfile-debian-stretch
@@ -3,7 +3,7 @@ FROM debian:stretch
RUN echo "deb-src http://deb.debian.org/debian/ stretch main" >> /etc/apt/sources.list
RUN apt-get update -qq
RUN apt-get install -yq --no-install-recommends meson debian-archive-keyring
-RUN apt-get build-dep -yq libgusb
+RUN apt-get build-dep --allow-unauthenticated -yq libgusb
RUN mkdir /build
WORKDIR /build