[Dockerfile] setting locale
This commit is contained in:
@@ -2,6 +2,9 @@ FROM sabayon/spinbase-amd64
|
||||
|
||||
MAINTAINER mudler <mudler@sabayonlinux.org>
|
||||
|
||||
# Set locales to en_US.UTF-8
|
||||
ENV LC_ALL=en_US.UTF-8
|
||||
|
||||
# Perform post-upgrade tasks (mirror sorting, updating repository db)
|
||||
ADD ./script/post-upgrade.sh /post-upgrade.sh
|
||||
RUN /bin/bash /post-upgrade.sh && rm -rf /post-upgrade.sh
|
||||
|
||||
Reference in New Issue
Block a user