diff options
Diffstat (limited to 'provisioning/Dockerfile')
-rw-r--r-- | provisioning/Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/provisioning/Dockerfile b/provisioning/Dockerfile index d1b6e0bf..77a72c39 100644 --- a/provisioning/Dockerfile +++ b/provisioning/Dockerfile @@ -39,6 +39,12 @@ RUN apt-get update -y --force-yes RUN apt-get install python-pip python-all-dev libssl-dev RUN pip install taskthread +# Set the locale +RUN locale-gen en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US:en +ENV LC_ALL en_US.UTF-8 + RUN apt-get install -y --force-yes --allow-unauthenticated soledad-client soledad-common # Install Pixelated User Agent RUN apt-get install -y --force-yes pixelated-user-agent |