shimane-u-reports

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4456c87af5449256a13f2aad71b62308e4661029
parent 9a210fb80abb4f2c637f1c2b7b5efef3c7848eac
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri, 25 Apr 2025 09:32:14 +0900

Update Dockerfile
Diffstat:
M.github/actions/Dockerfile | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/actions/Dockerfile b/.github/actions/Dockerfile @@ -6,7 +6,10 @@ RUN apt-get install -y --no-install-recommends \ python3 \ latexmk \ lmodern \ - texlive-full \ + texlive \ + texlive-latex-extra \ + texlive-lang-japanese \ + texlive-physics2 \ && rm -rf /var/lib/apt/lists/* RUN mktexlsr && mkdir -p /app