Skip to content
Snippets Groups Projects
Commit 4df9cd00 authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Update PyTools.def

Fixed font installation
parent 1d95d9a8
No related branches found
No related tags found
No related merge requests found
Pipeline #168685 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment