[Git][noosfero/noosfero][master] docker/ci: force UTF-8, and avoid compiling translations

Antonio Terceiro gitlab at mg.gitlab.com
Tue Jan 5 19:27:57 BRST 2016


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
41caa3c4 by Antonio Terceiro at 2016-01-05T18:42:45Z
docker/ci: force UTF-8, and avoid compiling translations

- - - - -


1 changed file:

- config/docker/ci/Dockerfile


Changes:

=====================================
config/docker/ci/Dockerfile
=====================================
--- a/config/docker/ci/Dockerfile
+++ b/config/docker/ci/Dockerfile
@@ -4,7 +4,8 @@ MAINTAINER Noosfero Development Team <noosfero-dev at listas.softwarelivre.org>
 RUN apt-get update && apt-get install -y sudo git
 RUN git clone --depth 1 https://gitlab.com/noosfero/noosfero.git /var/tmp/noosfero
 RUN cd /var/tmp/noosfero && ./script/set-apt-proxy
-RUN cd /var/tmp/noosfero && ./script/quick-start
+RUN echo 'LANG=C.UTF-8' > /etc/default/locale
+RUN cd /var/tmp/noosfero && mkdir -p locale && ./script/quick-start
 RUN rm -rf /var/tmp/noosfero
 RUN apt-get clean
 RUN rm -f /etc/apt/apt.conf.d/01proxy



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/41caa3c4077aee70f12039b401fc614944734928
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160105/d5462bf4/attachment-0001.html>


More information about the Noosfero-dev mailing list