mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-02-22 21:05:47 +08:00
8 lines
214 B
Docker
8 lines
214 B
Docker
FROM texlive/texlive:latest
|
|
|
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
fonts-roboto \
|
|
fonts-adobe-sourcesans3 \
|
|
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
RUN luaotfload-tool --update
|