Skip to content

Commit

Permalink
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -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 \\

0 comments on commit 4d7e389

Please sign in to comment.