We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f2840 commit d35b15cCopy full SHA for d35b15c
1 file changed
templates/src/texlive-alpine/.devcontainer/Dockerfile
@@ -22,7 +22,8 @@ COPY common/mysettings.yaml "${texlive_bin}/config/${latexindent_settings_file}"
22
RUN echo -e "paths: \n\
23
- ${texlive_bin}/config/${latexindent_settings_file}" >> "${LATEXINDENT_CONFIG}"
24
25
-RUN tlmgr install latexindent \
+RUN tlmgr update --self \
26
+ && tlmgr install latexindent \
27
&& tlmgr install latexmk
28
29
COPY common/packages /tmp/packages
0 commit comments