executing equo up before upgrading

This commit is contained in:
mudler
2015-07-03 23:01:40 +02:00
parent 9a8bf9f10a
commit 2a804df5a8
+1 -1
View File
@@ -6,7 +6,7 @@ MAINTAINER mudler <mudler@sabayonlinux.org>
ADD ./conf/spinbase-licenses /etc/entropy/packages/license.accept
# Upgrading packages
RUN equo u && echo -5 | equo conf update
RUN equo up && equo u && echo -5 | equo conf update
# Perform post-upgrade tasks (mirror sorting, updating repository db)
ADD ./script/post-upgrade.sh /post-upgrade.sh