shimane-u-reports

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

commit ebfc4c5584c4c00b48ec130fd46c8c95896d9051
parent 1b97b807be08617c58ae8ecc29f2274946284328
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri,  4 Jul 2025 13:04:37 +0900

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

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