odroid-x2-u2: removing upgrade phase

This commit is contained in:
Ettore Di Giacinto
2016-09-09 11:25:11 +02:00
committed by GitHub
parent eb0035d618
commit 5a3fa0ad9d
+3 -3
View File
@@ -4,11 +4,11 @@ MAINTAINER mudler <mudler@sabayonlinux.org>
# Set locales to en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
ENV ACCEPT_LICENSE=*
#ENV ACCEPT_LICENSE=*
# Installing packages without questions
RUN equo up && equo u && equo cleanup && \
echo -5 | equo conf update
#RUN equo up && equo u && equo cleanup && \
# echo -5 | equo conf update
# Perform post-upgrade tasks (mirror sorting, updating repository db)
ADD ./scripts/setup.sh /setup.sh