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