summaryrefslogtreecommitdiff
path: root/capsule
diff options
context:
space:
mode:
Diffstat (limited to 'capsule')
-rw-r--r--capsule/Dockerfile4
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