mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Enable support for UTF encoded stdin/stdout
See https://gitlab.com/gitlab-org/gitlab/issues/37792
This commit is contained in:
parent
a49c4cc435
commit
212ed7ca9d
1 changed files with 4 additions and 0 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue