Skip to content

Commit fe3bef5

Browse files
authored
Force update of all packages to the latest version. (#262)
This fixes an issue where pdflscape is too stale.
1 parent b010e9d commit fe3bef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ COPY --from=build-latexdiff /usr/local/bin/latexdiff* /usr/local/bin
138138
# bigfoot, catchfile, fancyvrb, footmisc, framed, hardwrap, lineno, ltablex, latexmk, needspace, pgf, zref
139139
# Package dependencies introduced by latexdiff:
140140
# changebar, datetime2, latexdiff, listings, marginnote, pdfcomment, soulpos
141-
RUN tlmgr update --self && tlmgr install \
141+
RUN tlmgr update --self --all && tlmgr install \
142142
accsupp \
143143
adjustbox \
144144
appendix \

0 commit comments

Comments
 (0)