From 2676f47a1238e409b819e2ed708d7fddae2b5a9d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 26 Mar 2026 08:57:30 +0000 Subject: [PATCH] adds busybody-openrc to run crond inside capsule --- capsule/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/capsule/Dockerfile b/capsule/Dockerfile index 2ad9c61..f13a686 100644 --- a/capsule/Dockerfile +++ b/capsule/Dockerfile @@ -22,7 +22,9 @@ RUN crontab -l > crontab.tmp \ && crontab crontab.tmp \ && rm crontab.tmp -RUN apk --no-cache add gcc # Dependency for agate +RUN apk --no-cache add \ + gcc # Dependency for agate \ + busybox-openrc # Runs crond with rc-service COPY --from=agate /root/.cargo/bin/agate /usr/local/bin/agate COPY --from=comitium /usr/local/bin/comitium /usr/local/bin/comitium