Skip to content

Commit

Permalink
added lmodern to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rashiselarka committed Apr 3, 2024
1 parent 554347c commit 5de0b83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ RUN conda install -y \
quarto=1.4.550 \
iniconfig=2.0.0 \
pluggy=1.4.0 \
pytest=8.1.1
pytest=8.1.1

RUN apt-get install fonts-lmodern -y
RUN apt-get install lmodern -y

0 comments on commit 5de0b83

Please sign in to comment.