From 1944db046ab05b1750eea65e33f53e47ab6280d4 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Sun, 31 Dec 2023 03:31:26 +0100 Subject: [PATCH] Change Dockerfile --- res/Dockerfile.alpine | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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