Skip to content

Commit 4d7e389

Browse files
committedMar 2, 2016
Set ENV in Docker images to UTF-8.
[ci skip]
1 parent a10433d commit 4d7e389

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎scripts/deploy.sh

+7
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@ function rbx_deploy_docker_release {
319319
cat > "$file" <<EOF
320320
FROM ubuntu:$path
321321
322+
RUN locale-gen en_US.UTF-8
323+
RUN update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8
324+
325+
ENV LC_ALL en_US.UTF-8
326+
ENV LANG en_US.UTF-8
327+
ENV LANGUAGE en_US.UTF-8
328+
322329
RUN apt-get update && apt-get install -y \\
323330
bzip2 \\
324331
libyaml-0-2 \\

0 commit comments

Comments
 (0)
Please sign in to comment.