shimane-u-reports

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

commit 83f03447ec5e022d7b557e320e372ba179ba9593
parent 4060297f442d433e483e0b92e472da5f51142ba9
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri, 25 Apr 2025 11:00:11 +0900

delete --no-install-recommends
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-recommends \ +RUN apt install -y \ curl \ python3 \ latexmk \