3fec4801bcd7a9aba3077411e7f1367c0658773a
[dockerfile.git] / gentoo-portage / Dockerfile.template
1 # Copyright
2
3 FROM NAMESPACE/gentoo:TAG
4 MAINTAINER A. U. Thor <author@example.com>
5 RUN sed -i 's/#rc_sys=""/rc_sys="lxc"/g' /etc/rc.conf
6 RUN echo 'GENTOO_MIRRORS="http://mirror.mcs.anl.gov/pub/gentoo/"' >> /etc/portage/make.conf
7 #RUN echo 'SYNC="rsync://rsync.us.gentoo.org"' >> /etc/portage/make.conf
8 RUN mkdir -p /usr/portage
9 RUN emerge-webrsync
10 RUN emerge --sync --quiet
11 RUN eselect news read new