shimane-u-reports

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

commit dcc176cd0a18cfdf6ec962aadc30428288962385
parent d8ed7998fe09295a4e14eb09538ca090d767614c
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri, 25 Apr 2025 11:28:22 +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 update \ && apt install -y tzdata -RUN apt install -y --no-install-recomends \ +RUN apt install -y --no-install-recommends \ curl \ python3 \ latexmk \