add xz package

This commit is contained in:
Lukas Heiligenbrunner 2020-10-31 15:40:38 +00:00
parent 6c430734d2
commit ac83398a6d

View File

@ -5,7 +5,7 @@ ENV PATH=/usr/local/texlive/bin/x86_64-linuxmusl:$PATH
COPY ./texlive-profile.txt /tmp/
RUN apk add --no-cache perl wget && \
RUN apk add --no-cache perl wget xz && \
\
# Install texlive
echo "downloading tlmgr" && \