[distccd] fixup and clean

This commit is contained in:
mudler
2016-09-01 16:38:09 +02:00
parent a6cf9e3e2b
commit c602a2d808
2 changed files with 2 additions and 10 deletions
-7
View File
@@ -6,13 +6,6 @@ MAINTAINER mudler <mudler@sabayonlinux.org>
ENV LC_ALL=en_US.UTF-8
ENV ACCEPT_LICENSE=*
RUN equo up && equo u && equo i distcc gcc base-gcc
# Cleaning accepted license2s
RUN rm -rf /etc/entropy/packages/license.accept
RUN echo -5 | equo conf update
# Perform post-upgrade tasks (mirror sorting, updating repository db)
ADD ./scripts/setup.sh /setup.sh
RUN /bin/bash /setup.sh && rm -rf /setup.sh
+2 -3
View File
@@ -10,8 +10,7 @@ git stash
git pull
popd
equo i base-gcc
equo up && equo u && equo i distcc gcc base-gcc
echo -5 | equo conf update
equo cleanup
sed -i 's/#multifetch = 3/multifetch = 3/' /etc/entropy/client.conf
exit 0