Awesome-CV/Dockerfile
Xavier Mawet c5c3d72285 Fix local build instructions using Docker
Add Dockerfile matching GitHub workflow
2026-01-01 15:27:19 +01:00

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