You've already forked latex-docker
fix: remove texlive-most
This commit is contained in:
@ -13,8 +13,7 @@ RUN pacman --sync --noconfirm \
|
||||
make \
|
||||
python-pygments \
|
||||
texlive-bin \
|
||||
texlive-lang \
|
||||
texlive-most && \
|
||||
texlive-lang && \
|
||||
rm --recursive --force /var/cache/pacman/pkg
|
||||
|
||||
ENV PATH=/usr/bin/vendor_perl:${PATH}
|
||||
|
Reference in New Issue
Block a user