rpi-mc: cleanup

This commit is contained in:
Ettore Di Giacinto
2016-09-17 14:00:22 +02:00
committed by GitHub
parent 481a3f1af5
commit fef29dc679
+2 -2
View File
@@ -4,10 +4,10 @@ MAINTAINER mudler <mudler@sabayonlinux.org>
# Set locales to en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
ENV ACCEPT_LICENSE=*
# Installing packages without questions
RUN rsync -av "rsync://rsync.at.gentoo.org/gentoo-portage/licenses/" "/usr/portage/licenses/" && \
sed -i 's/multifetch = 3/#multifetch = 3/' /etc/entropy/client.conf && ls /usr/portage/licenses -1 | xargs -0 > /etc/entropy/packages/license.accept && \
RUN sed -i 's/multifetch = 3/#multifetch = 3/' /etc/entropy/client.conf && \
equo up && equo u && \
equo i kodi-raspberrypi app-misc/sabayon-auto-updater && \
echo -5 | equo conf update && equo cleanup && sed -i 's/#multifetch = 3/multifetch = 3/' /etc/entropy/client.conf