Fix bbm font in arch dockerfile
This commit is contained in:
parent
92d5db16b1
commit
1d4f7690b8
@ -16,6 +16,10 @@ RUN mkdir /tmp/home
|
||||
RUN chmod -R 777 /tmp/home
|
||||
ENV HOME=/tmp/home
|
||||
|
||||
# Generate font necessary for \mathbbm{1}
|
||||
RUN mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 bbm10
|
||||
RUN chmod -R 777 /tmp/home
|
||||
|
||||
# For some reason simply installing 'biber' does not set the path
|
||||
ENV PATH="${PATH}:/usr/bin/vendor_perl"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user