diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-11 08:09:12 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-11 08:09:12 +0100 |
| commit | 78d5d9dfc45db30cfbfd957fede28333dceb4b00 (patch) | |
| tree | d40fc5d58c33e3a448751b642998bd4b322c58ad /capsule | |
| parent | 902dcbff020b73a4f549feab439880e54fd7309c (diff) | |
do not rc-service crond start as this is unnecessary and fails the build
Diffstat (limited to 'capsule')
| -rw-r--r-- | capsule/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
