init: gitea act runner avec curl

This commit is contained in:
2026-07-06 19:43:48 +02:00
commit 9bdf17ca82
+3
View File
@@ -0,0 +1,3 @@
FROM gitea/act_runner:latest
USER root
RUN apt-get update -qq && apt-get install -y -qq curl && rm -rf /var/lib/apt/lists/*