Merge pull request #12953 from overleaf/msm-etoolbox-texlive

[CE] Install `etoolbox` in base image

GitOrigin-RevId: c0beef92e8d1b73938f28ae4ed21c470f27b327e
This commit is contained in:
Miguel Serrano 2023-05-05 08:22:47 +02:00 committed by Copybot
parent 2db96f5c66
commit 959e6a73d8

View file

@ -65,6 +65,7 @@ RUN mkdir /install-tl-unx \
latexmk \ latexmk \
texcount \ texcount \
synctex \ synctex \
etoolbox \
\ \
&& tlmgr path add \ && tlmgr path add \
&& rm -rf /install-tl-unx && rm -rf /install-tl-unx