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