Skip to content
Snippets Groups Projects
Commit ab2a9a03 authored by philingood's avatar philingood
Browse files

Add Dockerfile

parent 224e226b
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:22.04
RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
RUN apt update && \
apt install --no-install-recommends -y \
wget \
git \
make \
apt-transport-https \
unzip && \
apt install --no-install-recommends -y \
texlive-base \
texlive-latex-extra \
texlive-xetex \
texlive-lang-cyrillic \
texlive-fonts-extra \
texlive-science \
texlive-latex-recommended \
latexmk
RUN apt install --no-install-recommends --reinstall -y \
ttf-mscorefonts-installer \
fonts-freefont-ttf \
fontconfig && \
wget -O /usr/share/fonts/xits-math.otf https://github.com/khaledhosny/xits-math/raw/master/XITSMath-Regular.otf \
fc-cache -f -v
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment