From fef29dc6792f1e892b6d31a7ff18a360d4a810a8 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 17 Sep 2016 14:00:22 +0200 Subject: [PATCH] rpi-mc: cleanup --- rpi-mc/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpi-mc/Dockerfile b/rpi-mc/Dockerfile index 435ca2c..3de7341 100644 --- a/rpi-mc/Dockerfile +++ b/rpi-mc/Dockerfile @@ -4,10 +4,10 @@ MAINTAINER mudler # 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