commit b73385c44669fd88fa08d1c1d06bde2d164e7532 parent 580c3b9daf9b922d9095f6a5aad871abf210c7f2 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Fri, 25 Apr 2025 09:59:50 +0900 apt-get to apt 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 install -y --no-recommends\ +RUN apt install -y --no-install-recommends \ curl \ python3 \ latexmk \