diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-30 17:19:40 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-30 17:19:40 +0100 |
| commit | 1492a916e983e75594bc7c23ca83cb31859e2642 (patch) | |
| tree | 8be5a0e5e23c8754b3b5ef9ca580c69257e5d4f2 | |
| parent | 260216c685f29bef8e62f5216364fa66d35ad1ae (diff) | |
updates comment in capsule.Dockerfile
| -rw-r--r-- | capsule.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
