Skip to content

Commit 6522bd5

Browse files
committed
install liberation2 fonts in docker
1 parent 74853f4 commit 6522bd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ jobs:
9696
name: install plotly.io v4.14.3
9797
command: python3 -m pip install plotly==4.14.3
9898
- run:
99-
name: install fonts
99+
name: install liberation2 fonts
100+
command: sudo apt-get install fonts-liberation2
101+
- run:
102+
name: install other fonts
100103
command: |
101104
sudo cp -r .circleci/fonts/ /usr/share/
102105
sudo fc-cache -f

0 commit comments

Comments
 (0)