We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0700f commit e67f838Copy full SHA for e67f838
latex/Dockerfile
@@ -34,9 +34,7 @@ RUN apt-get update \
34
texlive-latex-extra=2024.20250309-2 \
35
texlive-science=2024.20250309-2 \
36
texlive=2024.20250309-1 \
37
- && IFS=$'\n\t' \
38
- && if apt-get -s upgrade | grep -q -e '^Inst ' ; then \
39
- apt-get -s upgrade | grep -e '^Inst ' ; \
+ && if apt-get -s upgrade | tee -a /dev/stderr | grep -q -e '^Inst ' ; then \
40
exit 1 ; \
41
fi \
42
# Removing documentation packages *after* installing them is kind of hacky,
0 commit comments