From 2d3219838b5ec6f544e0d4e4741d4fe526ba28db Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 3 Jul 2020 13:56:58 +0200 Subject: [PATCH] Add extra index --- tools/snap/build_dns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/snap/build_dns.sh b/tools/snap/build_dns.sh index 48cf567e2..3553ab106 100755 --- a/tools/snap/build_dns.sh +++ b/tools/snap/build_dns.sh @@ -67,6 +67,6 @@ docker run \ -v "${SNAP_CONSTRAINTS}:/snap-constraints.txt" \ -w "/certbot" \ -e "DNS_PLUGINS=${DNS_PLUGINS}" \ + -e "PIP_EXTRA_INDEX_URL=http://localhost:8080" \ "adferrand/snapcraft:${DOCKER_ARCH}-stable" \ /script.sh - #-e "PIP_EXTRA_INDEX_URL=http://localhost:8080" \ \ No newline at end of file