Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
gitlab-runner
Commits
58b322a0
Commit
58b322a0
authored
Nov 03, 2017
by
Michał 'rysiek' Woźniak
Browse files
en_US.UTF-8 locale by default
parent
6b50965d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Dockerfile
Dockerfile
+8
-2
No files found.
Dockerfile
View file @
58b322a0
...
...
@@ -6,7 +6,13 @@ MAINTAINER Michał "rysiek" Woźniak <rysiek@occrp.org>
#
# environment
ENV
DEBIAN_FRONTEND=noninteractive
ENV
DEBIAN_FRONTEND=noninteractive
# just in case some tool needs UTF-8 support
ENV
LANG en_US.UTF-8
ENV
LANGUAGE en_US:en
ENV
LC_ALL en_US.UTF-8
RUN
locale-gen en_US.UTF-8
# we might need to install some packages, but doing this in the entrypoint doesn't make any sense
ARG
INSTALL_PACKAGES=
...
...
@@ -17,4 +23,4 @@ RUN if [ "$INSTALL_PACKAGES" != "" ]; then \
rm
-rf
/var/lib/apt/lists/
*
;
\
fi
VOLUME
/output
\ No newline at end of file
VOLUME
/output
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment