Skip to content
Snippets Groups Projects
Commit b7f45e98 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Merge branch 'fix_proxy_usage' into 'master'

Fix end of proxy usage, avoid image to retain it.

See merge request !6
parents ed00be4b 00c9f600
No related branches found
No related tags found
1 merge request!6Fix end of proxy usage, avoid image to retain it.
......@@ -395,6 +395,11 @@ umount $CHROOT/proc
umount $CHROOT/dev/pts
umount $CHROOT/sys
# Finish proxy use
[ -n $PROXY_FULL_ADDRESS ] && \
rm $CHROOT/etc/apt/apt.conf.d/proxy.conf && \
unset http_proxy
$C apt-get update
$C apt-get clean
$C apt-get autoclean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment