From 00fa91835746e45a77d6a112e498861cd41486bf Mon Sep 17 00:00:00 2001 From: Zohreh MOSTAANI <zohreh.mostaani@idiap.ch> Date: Wed, 10 Jul 2019 12:14:38 +0200 Subject: [PATCH] [docs-ci] isntalling minimal fonts on the docker image so documentaions specifically graphviz renders proprly --- bob/devtools/data/gitlab-ci/docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bob/devtools/data/gitlab-ci/docs.yaml b/bob/devtools/data/gitlab-ci/docs.yaml index d4d318c8..ae3584c4 100644 --- a/bob/devtools/data/gitlab-ci/docs.yaml +++ b/bob/devtools/data/gitlab-ci/docs.yaml @@ -19,6 +19,7 @@ stages: .build_template: &build_job stage: build script: + - yum -y install dejavu-sans-fonts - curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - python3 bootstrap.py -vv channel base - source ${CONDA_ROOT}/etc/profile.d/conda.sh -- GitLab