Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
9c9acc36
Commit
9c9acc36
authored
8 years ago
by
Michael Hobbs
Browse files
Options
Downloads
Patches
Plain Diff
add fonts and fontconfig package. includes locale env vars. fixes #2425
parent
28daf73e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+4
-1
4 additions, 1 deletion
Dockerfile
bin/docker/Dockerfile
+5
-2
5 additions, 2 deletions
bin/docker/Dockerfile
with
9 additions
and
3 deletions
Dockerfile
+
4
−
1
View file @
9c9acc36
...
...
@@ -4,8 +4,11 @@ ENV JAVA_HOME=/usr/lib/jvm/default-jvm
ENV
PATH /usr/local/bin:$PATH
ENV
LEIN_ROOT 1
ENV
FC_LANG en-US
ENV
LC_CTYPE en_US.UTF-8
# install core build tools
RUN
apk add
--update
nodejs git wget bash python make g++ java-cacerts
&&
\
RUN
apk add
--update
nodejs git wget bash python make g++ java-cacerts
ttf-dejavu fontconfig
&&
\
ln
-sf
"
${
JAVA_HOME
}
/bin/"
*
"/usr/bin/"
# fix broken cacerts
...
...
This diff is collapsed.
Click to expand it.
bin/docker/Dockerfile
+
5
−
2
View file @
9c9acc36
FROM
java:openjdk-8-jre-alpine
# need bash
RUN
apk add
--update
bash
ENV
FC_LANG en-US
ENV
LC_CTYPE en_US.UTF-8
# dependencies
RUN
apk add
--update
bash ttf-dejavu fontconfig
# fix broken cacerts
RUN
apk add
--update
java-cacerts
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment