Skip to content

Commit

Permalink
Set ENV in Docker images to UTF-8.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brixen committed Mar 2, 2016
1 parent a10433d commit 4d7e389
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/deploy.sh
Expand Up @@ -319,6 +319,13 @@ function rbx_deploy_docker_release {
cat > "$file" <<EOF
FROM ubuntu:$path
RUN locale-gen en_US.UTF-8
RUN update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8
RUN apt-get update && apt-get install -y \\
bzip2 \\
libyaml-0-2 \\
Expand Down

0 comments on commit 4d7e389

Please sign in to comment.