Skip to content
Snippets Groups Projects
Unverified Commit 39c5dbe5 authored by Robby3St's avatar Robby3St
Browse files

feat(Dockerfile): add MikTeX LaTeX package for beamer.cls support

parent ce9c9e91
No related branches found
No related tags found
No related merge requests found
Pipeline #282389 failed
...@@ -9,9 +9,11 @@ RUN apt-get update && apt-get install -y perl wget libfontconfig1 pandoc && \ ...@@ -9,9 +9,11 @@ RUN apt-get update && apt-get install -y perl wget libfontconfig1 pandoc && \
ENV PATH="${PATH}:/root/bin" ENV PATH="${PATH}:/root/bin"
RUN tlmgr install xetex RUN tlmgr install xetex
RUN fmtutil-sys --all RUN fmtutil-sys --all
# Use the following command for installing LaTeX packages
RUN tlmgr install MikTeX
WORKDIR / WORKDIR /
RUN mkdir app RUN mkdir app
WORKDIR /app WORKDIR /app
# Use the following command for installing LaTeX packages
# RUN tlmgr install [packages]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment