updates comment in capsule.Dockerfile

This commit is contained in:
2026-04-30 17:19:40 +01:00
parent 260216c685
commit 1492a916e9
+1 -1
View File
@@ -22,7 +22,7 @@ RUN crontab -l > crontab.tmp \
&& crontab crontab.tmp \
&& rm crontab.tmp
# bash is needed to run build_loglog.bash
# bash is needed to run the build scripts
# busybox-openrc provides rc-service, which runs crond
# gcc is a dependency for agate
RUN apk --no-cache add bash busybox-openrc gcc