From 14a3d979ff00946970e5545a19578302afee9133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 2 May 2026 00:41:48 +0000 Subject: [PATCH] modified: act-runners/fatboy/Dockerfile --- act-runners/fatboy/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/act-runners/fatboy/Dockerfile b/act-runners/fatboy/Dockerfile index e8727cd..8d281a2 100644 --- a/act-runners/fatboy/Dockerfile +++ b/act-runners/fatboy/Dockerfile @@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive # Base dependencies # --------------------------------------------------------- RUN apt-get update && apt-get install -y \ + tini \ curl \ wget \ jq \ @@ -61,4 +62,5 @@ RUN curl -L https://github.com/rootless-containers/rootlesskit/releases/download # --------------------------------------------------------- # Default entrypoint # --------------------------------------------------------- -ENTRYPOINT ["/usr/local/bin/act_runner"] +ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/act_runner"] +CMD ["daemon", "--config", "/etc/act_runner/config.yaml"] \ No newline at end of file