shimane-u-reports

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

commit 1de1a5608a986399909bdd6afd6e8f7fcd0d2621
parent 4264cb374b7e633d084626679f0dee45d760e93d
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri, 25 Apr 2025 10:04:48 +0900

apt-get to apt
Diffstat:
M.github/actions/Dockerfile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

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