[Dockerfile] redirecting emerge --sync output to /dev/null

This commit is contained in:
mudler
2015-06-07 14:03:14 +02:00
parent bbaa6ea8dc
commit c8669ae9d9
+1 -1
View File
@@ -5,7 +5,7 @@ RUN echo "en_US.UTF-8 UTF-8 " >> /etc/locale.gen && locale-gen && eselect loca
ENV LC_ALL=en_US.UTF-8
# Upgrading portage
RUN emerge --sync && layman -a sabayon
RUN emerge --sync > /dev/null 2>&1 && layman -a sabayon
# Configure the sabayon box, installing equo setting up locales
ADD ./script/sabayon-configuration.sh /