mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Set a UTF-8 locale for Danger
This commit is contained in:
parent
8c8101920d
commit
e2f9674612
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
FROM ruby:2.6-stretch
|
||||
MAINTAINER GitLab Quality Team
|
||||
|
||||
# Danger manipulates git diff output. When an unicode char is present in the diff, it chokes with
|
||||
# (Danger::DSLError) [!] Invalid `Dangerfile` file: invalid byte sequence in US-ASCII
|
||||
# eg. https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/275286625
|
||||
ENV LC_ALL "C.UTF-8"
|
||||
|
||||
ADD /scripts/ /scripts/
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue