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
G
Gitlab Runner
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libre
Gitlab Runner
Commits
58b322a0
Commit
58b322a0
authored
Nov 03, 2017
by
Michał Woźniak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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