fix: remove arch linux pkgs from cache
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
01ddea84ec
commit
9696d303c9
@ -15,7 +15,8 @@ RUN pacman --sync --noconfirm \
|
|||||||
python-pygments \
|
python-pygments \
|
||||||
texlive-bin \
|
texlive-bin \
|
||||||
texlive-lang \
|
texlive-lang \
|
||||||
texlive-most
|
texlive-most && \
|
||||||
|
rm --recursive --force /var/cache/pacman/pkg
|
||||||
|
|
||||||
ENV PATH=/usr/bin/vendor_perl:${PATH}
|
ENV PATH=/usr/bin/vendor_perl:${PATH}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user