shimane-u-reports

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

commit 580c3b9daf9b922d9095f6a5aad871abf210c7f2
parent 7d27836ee1b4ce0072bced8e16e61194462b10c2
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri, 25 Apr 2025 09:57:15 +0900

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

diff --git a/.github/actions/Dockerfile b/.github/actions/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:latest RUN apt-get update \ && apt-get install -y tzdata -RUN apt-get install -y \ +RUN apt install -y --no-recommends\ curl \ python3 \ latexmk \