1
0
mirror of https://github.com/sjlongland/gentoo-docker-builder.git synced 2025-09-13 10:03:17 +10:00

mkimg-container: Set USE flags.

This commit is contained in:
Stuart Longland 2017-04-23 10:43:19 +10:00
parent b49f303833
commit f6f70471e9
Signed by: stuartl
GPG Key ID: F954BBBB7948D546

View File

@ -23,6 +23,7 @@ RTROOT=/tmp/work/${BASENAME}-rt-${TAG}
sed -i -e '/^USE=/ d' /etc/portage/make.conf
cat >> /etc/portage/make.conf <<EOF
FEATURES="buildpkg"
USE="-bindist"
GENTOO_MIRRORS="http://mirror.internode.on.net/pub/gentoo"
EOF