diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-07 12:40:16 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-07 12:40:16 +0100 |
| commit | 4a87e022cff408ab06bf9c2b1435b3a30bdd8669 (patch) | |
| tree | 682aba4ad2a9812c96cfb5b133a5181f8fe618f2 /capsule/Dockerfile | |
| parent | 706e49c570f49e205fd92718ac444cc43d11d2f0 (diff) | |
RUN rc-service crond start && rc-update add crond in capsule/Dockerfile
Diffstat (limited to 'capsule/Dockerfile')
| -rw-r--r-- | capsule/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capsule/Dockerfile b/capsule/Dockerfile index f13a686..8d6a02b 100644 --- a/capsule/Dockerfile +++ b/capsule/Dockerfile @@ -25,6 +25,7 @@ RUN crontab -l > crontab.tmp \ RUN apk --no-cache add \ gcc # Dependency for agate \ busybox-openrc # Runs crond with rc-service +RUN rc-service crond start && 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 @@ -37,4 +38,3 @@ RUN while read feed; do \ COPY content content CMD agate --content content/ --addr [::]:1965 --addr 0.0.0.0:1965 --lang en-GB - |
