From 78d5d9dfc45db30cfbfd957fede28333dceb4b00 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 11 Apr 2026 08:09:12 +0100 Subject: [PATCH] do not rc-service crond start as this is unnecessary and fails the build --- capsule/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capsule/Dockerfile b/capsule/Dockerfile index 1284689..79f43d3 100644 --- a/capsule/Dockerfile +++ b/capsule/Dockerfile @@ -26,7 +26,7 @@ RUN crontab -l > crontab.tmp \ # busybox-openrc provides rc-service, which runs crond # gcc is a dependency for agate RUN apk --no-cache add bash busybox-openrc gcc -RUN rc-service crond start && rc-update add crond +RUN rc-update add crond COPY --from=agate /root/.cargo/bin/agate /usr/local/bin/agate COPY --from=comitium /usr/local/bin/comitium /usr/local/bin/comitium