diff options
| author | Joe Carstairs <me@joeac.net> | 2026-03-26 08:57:30 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-03-26 08:57:30 +0000 |
| commit | 2676f47a1238e409b819e2ed708d7fddae2b5a9d (patch) | |
| tree | 2ee16ebc96be339df1213ddb781a8672b35baea9 | |
| parent | 82d08e8aa8403600a16ac60f6ee7fa942c533006 (diff) | |
adds busybody-openrc to run crond inside capsule
| -rw-r--r-- | capsule/Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
