Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PanGeTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Alexis Mergez
PanGeTools
Commits
4df9cd00
Commit
4df9cd00
authored
1 year ago
by
Alexis Mergez
Browse files
Options
Downloads
Patches
Plain Diff
Update PyTools.def
Fixed font installation
parent
1d95d9a8
No related branches found
No related tags found
No related merge requests found
Pipeline
#168685
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PyTools.def
+2
-1
2 additions, 1 deletion
PyTools.def
with
2 additions
and
1 deletion
PyTools.def
+
2
−
1
View file @
4df9cd00
...
...
@@ -8,9 +8,10 @@ Stage: build
export MAMBA_DOCKERFILE_ACTIVATE=1
apt-get update && apt-get upgrade -y
apt-get install -y curl unzip
apt-get install -y curl unzip
fontconfig
# Installing Montserrat Font
mkdir -p /usr/share/fonts/truetype
curl -o /usr/share/fonts/truetype/montserrat.zip -L https://github.com/JulietaUla/Montserrat/archive/refs/heads/master.zip
unzip /usr/share/fonts/truetype/montserrat.zip -d /usr/share/fonts/truetype/
mv /usr/share/fonts/truetype/Montserrat-master /usr/share/fonts/truetype/Montserrat
...
...
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