From 1492a916e983e75594bc7c23ca83cb31859e2642 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 30 Apr 2026 17:19:40 +0100 Subject: [PATCH] updates comment in capsule.Dockerfile --- capsule.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capsule.Dockerfile b/capsule.Dockerfile index de0425e..7bcbc50 100644 --- a/capsule.Dockerfile +++ b/capsule.Dockerfile @@ -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