[Dockerfile] best effort for locale-gen

This commit is contained in:
mudler
2015-11-13 19:19:58 +01:00
parent ec90e41740
commit 20015a3193
+1 -1
View File
@@ -1,4 +1,4 @@
FROM sabayon/gentoo-stage3-base-amd64
MAINTAINER mudler <mudler@sabayonlinux.org
COPY locale.gen /etc/locale.gen
RUN locale-gen
RUN locale-gen || true