Skip to content

Commit 0d0f958

Browse files
committed
Update Dockerfile
1 parent eb936a8 commit 0d0f958

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

Dockerfile

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@ RUN apk add --no-cache ttf-hack
44

55
# Install additional LaTeX packages
66
RUN tlmgr update --self && tlmgr install \
7-
algorithmicx \
8-
algorithms \
9-
collection-context \
10-
draftwatermark \
11-
environ \
12-
fontsetup \
13-
hyperxmp \
14-
latexmk \
15-
lineno \
16-
marginnote \
17-
newcomputermodern \
18-
orcidlink \
19-
preprint \
20-
seqsplit \
21-
tcolorbox \
22-
titlesec \
23-
trimspaces \
24-
xkeyval \
25-
xstring
7+
algorithmicx \
8+
algorithms \
9+
collection-context \
10+
draftwatermark \
11+
environ \
12+
fontsetup \
13+
hyperxmp \
14+
latexmk \
15+
lineno \
16+
marginnote \
17+
newcomputermodern \
18+
orcidlink \
19+
preprint \
20+
seqsplit \
21+
tcolorbox \
22+
titlesec \
23+
trimspaces \
24+
xkeyval \
25+
xstring
2626

2727

2828
ENV OSFONTDIR=/usr/share/fonts
2929

3030
COPY ./fonts/libre-franklin $OSFONTDIR/libre-franklin
3131

3232
RUN TERM=dumb luaotfload-tool --update \
33-
&& chmod -R o+w /opt/texlive/texdir/texmf-var \
34-
&& apk add --no-cache ttf-opensans \
35-
&& fc-cache -sfv $OSFONTDIR/libre-franklin \
36-
&& mtxrun --generate \
37-
&& mtxrun --script font --reload
33+
&& chmod -R o+w /opt/texlive/texdir/texmf-var \
34+
&& apk add --no-cache ttf-opensans \
35+
&& fc-cache -sfv $OSFONTDIR/libre-franklin \
36+
&& mtxrun --generate \
37+
&& mtxrun --script font --reload
3838

3939
# Copy templates, images, and other resources
4040
ARG openjournals_path=/usr/local/share/openjournals

0 commit comments

Comments
 (0)