From ac83398a6d44566bf4677fa1b66e4d218bfcc912 Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Sat, 31 Oct 2020 15:40:38 +0000 Subject: [PATCH] add xz package --- static/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Dockerfile b/static/Dockerfile index 6dd919e..ce49fbd 100644 --- a/static/Dockerfile +++ b/static/Dockerfile @@ -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" && \