Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yves-chevallier committed Sep 27, 2024
1 parent f2101ba commit 68feafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ RUN mkdir -p /usr/share/fonts/truetype/creativecommons && \
-P /usr/share/fonts/truetype/creativecommons

RUN mkdir -p /tmp/texmf-cache
RUN chmod -R 777 /tmp/texmf-cache
ENV TEXMFCACHE=/tmp/texmf-cache
ENV TERM=xterm

RUN fc-cache -fv
RUN updmap-sys
RUN luaotfload-tool -u -v
RUN chmod -R 777 /tmp/texmf-cache

RUN apk add --no-cache \
make ghostscript fontconfig ttf-freefont py3-pygments ncurses clisp
Expand Down

0 comments on commit 68feafa

Please sign in to comment.