shimane-u-reports

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

commit 1b97b807be08617c58ae8ecc29f2274946284328
parent 2d145c37da15c27dcaafbaba4e6a5f81939eddba
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri,  4 Jul 2025 12:27:24 +0900

Update Dockerfile
Diffstat:
M.github/actions/Dockerfile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/actions/Dockerfile b/.github/actions/Dockerfile @@ -9,8 +9,7 @@ RUN apt install -y --no-install-recommends \ texlive \ texlive-latex-extra \ texlive-lang-japanese \ - texlive-science \ - && rm -rf /var/lib/apt/lists/* + texlive-science RUN mktexlsr && mkdir -p /app WORKDIR /app