Revert "[Dockerfile] added --quiet to emerge again, since we have to build that from dockerhub due to failing locales on circleci"
This reverts commit abfe6dea27.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ ENV LC_ALL=en_US.UTF-8
|
||||
|
||||
# Upgrading portage and installing necessary packages
|
||||
RUN rm -rf '/usr/portage/metadata/timestamp.chk' && \
|
||||
emerge --sync --quiet&& \
|
||||
emerge --sync && \
|
||||
layman -S && layman -a sabayon
|
||||
|
||||
# Configure the sabayon box, installing equo setting up locales
|
||||
|
||||
Reference in New Issue
Block a user