From f9e8deec17ea1784b45e7ea620ed0fef49170359 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 8 Oct 2022 11:55:21 +0330 Subject: update --- terminaldweller.com/cgit/bootstrap/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'terminaldweller.com/cgit/bootstrap') diff --git a/terminaldweller.com/cgit/bootstrap/Dockerfile b/terminaldweller.com/cgit/bootstrap/Dockerfile index 73e757a..fe212dd 100644 --- a/terminaldweller.com/cgit/bootstrap/Dockerfile +++ b/terminaldweller.com/cgit/bootstrap/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 RUN apk update && apk add --no-cache git cronie busybox-initscripts -RUN rc-service crond start && rc-update add crond +# RUN rc-service crond start && rc-update add crond COPY ./bootstrap.sh /bootstrap.sh COPY ./docker-entrypoint.sh /docker-entrypoint.sh COPY ./crontab /etc/crontabs/root -- cgit v1.2.3