From 2cfd08d3630a4f94910e9c337c1d22443ce2cd80 Mon Sep 17 00:00:00 2001 From: mudler Date: Sat, 6 Jun 2015 00:29:16 +0200 Subject: [PATCH] [Dockerfile] adding --force-system at removing phase --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 723a16f..0ae3b9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,7 +85,7 @@ ENV PACKAGES_TO_ADD="app-text/pastebunz dev-lang/python-exec-0.3.1-r1 sys-boot/g # Handling install/removal of packages specified in env (and also the basic needed) # XXX: sabayon-artwork-core and linux-sabayon should be moved in molecules file RUN equo i app-misc/ca-certificates linux-sabayon sabayon-artwork-core sabayon-version sabayon-artwork-grub $PACKAGES_TO_ADD -RUN equo rm $PACKAGES_TO_REMOVE +RUN equo rm --force-system $PACKAGES_TO_REMOVE # Cleaning accepted licenses RUN rm -rf /etc/entropy/packages/license.accept