commit 54bfefee0e909193133993a9a29fefe9ef6c9db9
parent 83f03447ec5e022d7b557e320e372ba179ba9593
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date: Fri, 25 Apr 2025 11:25:44 +0900
Update Dockerfile
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/actions/Dockerfile b/.github/actions/Dockerfile
@@ -1,7 +1,7 @@
FROM ubuntu:latest
RUN apt update \
&& apt install -y tzdata
-RUN apt install -y \
+RUN apt install -y --no-install-recomends\
curl \
python3 \
latexmk \
@@ -9,7 +9,6 @@ RUN apt install -y \
texlive \
texlive-latex-extra \
texlive-lang-japanese \
- texlive-science \
&& rm -rf /var/lib/apt/lists/*
RUN mktexlsr && mkdir -p /app