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 9de3111 commit 42da9bdCopy full SHA for 42da9bd
1 file changed
scipy/latest.Dockerfile
@@ -68,7 +68,6 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
68
&& tlmgr update --self \
69
## TeX packages as requested by the community
70
&& curl -sSLO https://yihui.org/gh/tinytex/tools/pkgs-yihui.txt \
71
- && sed -i "s/pdfmanagement-testphase/pdfmanagement/g" pkgs-yihui.txt \
72
&& tlmgr install $(cat pkgs-yihui.txt | tr '\n' ' ') \
73
&& rm -f pkgs-yihui.txt \
74
## TeX packages as in rocker/verse
0 commit comments