Compare commits
No commits in common. "wip/ubuntu/awesome-cv" and "0.0.2-awesome-cv.1" have entirely different histories.
wip/ubuntu
...
0.0.2-awes
@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y wget perl make libfontconfig1
|
RUN apt-get install -y wget perl
|
||||||
|
|
||||||
ENV TEXLIVE_INSTALL_TEXMFLOCAL=/usr/local/texlive/texmf-local
|
ENV TEXLIVE_INSTALL_TEXMFLOCAL=/usr/local/texlive/texmf-local
|
||||||
ENV TEXLIVE_INSTALL_TEXMFSYSVAR=/usr/local/texlive/texmf-var
|
ENV TEXLIVE_INSTALL_TEXMFSYSVAR=/usr/local/texlive/texmf-var
|
||||||
@ -13,7 +13,7 @@ ENV TEXLIVE_INSTALL_TEXMFCONFIG=~/.texlive/texmf-config
|
|||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
|
||||||
RUN wget https://mirror.supanadit.com/install-tl-unx.tar.gz
|
RUN wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
|
||||||
RUN tar -xvzf install-tl-unx.tar.gz
|
RUN tar -xvzf install-tl-unx.tar.gz
|
||||||
RUN sh -c 'cd install-tl-* && perl ./install-tl --no-interaction --scheme=minimal --profile texlive.profile --no-doc-install --no-src-install --texdir=/usr/local/texlive'
|
RUN sh -c 'cd install-tl-* && perl ./install-tl --no-interaction --scheme=minimal --profile texlive.profile --no-doc-install --no-src-install --texdir=/usr/local/texlive'
|
||||||
|
|
||||||
@ -21,4 +21,4 @@ ENV PATH="/usr/local/texlive/bin/x86_64-linux:${PATH}"
|
|||||||
RUN tlmgr init-usertree
|
RUN tlmgr init-usertree
|
||||||
|
|
||||||
# From TLMGR
|
# From TLMGR
|
||||||
RUN tlmgr install enumitem fancyhdr ragged2e xifthen xstring ifmtarg fontawesome5 setspace roboto sourcesanspro tcolorbox parskip tikzfill xetex geometry etoolbox fontspec xkeyval unicode-math amsmath kvoptions kvsetkeys ltxcmds hyperref bookmark
|
RUN tlmgr install enumitem fancyhdr ragged2e xifthen xstring ifmtarg fontawesome5 setspace roboto sourcesanspro tcolorbox parskip tikzfill
|
Loading…
Reference in New Issue
Block a user