Fix bbm font in arch dockerfile
This commit is contained in:
@@ -16,6 +16,10 @@ RUN mkdir /tmp/home
|
|||||||
RUN chmod -R 777 /tmp/home
|
RUN chmod -R 777 /tmp/home
|
||||||
ENV HOME=/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
|
# For some reason simply installing 'biber' does not set the path
|
||||||
ENV PATH="${PATH}:/usr/bin/vendor_perl"
|
ENV PATH="${PATH}:/usr/bin/vendor_perl"
|
||||||
|
|
||||||
Reference in New Issue
Block a user