From c836ea89a48f53ec1dd05c1dcdc606bb44c8b619 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 22 Jan 2023 21:06:07 +0330 Subject: update --- terminaldweller.com/cgit/bootstrap/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'terminaldweller.com/cgit/bootstrap/Dockerfile') diff --git a/terminaldweller.com/cgit/bootstrap/Dockerfile b/terminaldweller.com/cgit/bootstrap/Dockerfile index 2467f36..be4f278 100644 --- a/terminaldweller.com/cgit/bootstrap/Dockerfile +++ b/terminaldweller.com/cgit/bootstrap/Dockerfile @@ -1,8 +1,10 @@ FROM alpine:3.16 -RUN apk update && apk add --no-cache git cronie busybox-initscripts +#RUN apk update && apk add --no-cache git cronie busybox-initscripts +RUN apk update && apk add --no-cache git apk-cron # 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 -RUN chmod 0744 /bootstrap.sh +COPY ./cron /etc/periodic/15min/cron +# COPY ./crontab /etc/crontabs/root +# RUN chmod 0744 /bootstrap.sh ENTRYPOINT ["/docker-entrypoint.sh"] -- cgit v1.2.3