shimane-u-reports

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

commit 7d27836ee1b4ce0072bced8e16e61194462b10c2
parent 9e1901d422740f8527048f51d2bef684473e7570
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri, 25 Apr 2025 09:55:30 +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 --no-install-recommends \ +RUN apt-get install -y \ curl \ python3 \ latexmk \