diff --git a/res/Dockerfile.alpine b/res/Dockerfile.alpine index 6d3698e..1e084bb 100644 --- a/res/Dockerfile.alpine +++ b/res/Dockerfile.alpine @@ -1,7 +1,4 @@ FROM alpine:3.19 RUN apk update && apk upgrade -RUN apk add make texlive texmf-dist-pictures -RUN apk add texmf-dist-fontsextra -RUN apk add texmf-dist-latexextra - +RUN apk add make texlive texmf-dist-pictures texmf-dist-fontsextra texmf-dist-latexextra