From e2297f890c7f4b76f91a4a0e3732fe33a637d8fe Mon Sep 17 00:00:00 2001 From: mudler Date: Fri, 5 Jun 2015 00:58:34 +0200 Subject: [PATCH] enabling mirrorsorting and update removing some tests lines --- Dockerfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8c8023..b3f8eaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,8 @@ RUN eselect python set python2.7 RUN emerge -C python:3.2 python:3.3 app-misc/ca-certificates RUN eselect locale set en_US.utf8 -RUN . /etc/profile + +RUN rm -rf /etc/make.profile # Generate equo db, unfortunately we have to use expect ADD ./script/equo-rescue-generate.exp / @@ -49,13 +50,16 @@ RUN rm -rfv /equo-rescue-generate.exp RUN cp -rfv /etc/entropy/repositories.conf.d/entropy_sabayonlinux.org.example /etc/entropy/repositories.conf.d/entropy_sabayonlinux.org RUN equo up -RUN wget https://raw.githubusercontent.com/Sabayon/build/master/conf/intel/portage/package.license -O /etc/portage/package.license # Now we can clean from spinbase the stuff easily RUN equo rm --configfiles --deep dev-tcltk/expect dev-lang/tcl -#RUN equo repo mirrorsort sabayonlinux.org +RUN equo repo mirrorsort sabayonlinux.org RUN rm -rf /usr/portage/* -#RUN equo i app-misc/ca-certificates +RUN equo i app-misc/ca-certificates + +RUN wget https://raw.githubusercontent.com/Sabayon/build/master/conf/intel/portage/package.license -O /etc/portage/package.license + +RUN equo u