summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chroot_tester.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/chroot_tester.sh b/bin/chroot_tester.sh
index ab64c083..5fb1c84c 100755
--- a/bin/chroot_tester.sh
+++ b/bin/chroot_tester.sh
@@ -61,6 +61,7 @@ $SCRIPT_HEADER
mount /proc -t proc /proc
echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
chmod +x /usr/sbin/policy-rc.d
+echo 'Acquire::http::Proxy "http://localhost:3128";' > /etc/apt/apt.conf.d/80proxy
EOF
}