Enable support for UTF encoded stdin/stdout

See https://gitlab.com/gitlab-org/gitlab/issues/37792
This commit is contained in:
Mark Lapierre 2019-12-02 02:38:34 +00:00
parent a49c4cc435
commit 212ed7ca9d

View file

@ -1,5 +1,9 @@
FROM ruby:2.4
# Enable support for UTF encoded stdin/stdout
ENV LANG C.UTF-8
WORKDIR /home/qa
RUN wget -q https://download.docker.com/linux/static/stable/x86_64/docker-19.03.1.tgz && \