commit d8ed7998fe09295a4e14eb09538ca090d767614c parent 54bfefee0e909193133993a9a29fefe9ef6c9db9 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:27:14 +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-recomends \ curl \ python3 \ latexmk \