diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-22 17:36:07 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-22 17:36:07 +0000 |
commit | c836ea89a48f53ec1dd05c1dcdc606bb44c8b619 (patch) | |
tree | 22882efad0fdc677d353dec723d813825bbcb5d2 /terminaldweller.com/cgit/bootstrap/Dockerfile | |
parent | update (diff) | |
download | scripts-c836ea89a48f53ec1dd05c1dcdc606bb44c8b619.tar.gz scripts-c836ea89a48f53ec1dd05c1dcdc606bb44c8b619.zip |
update
Diffstat (limited to 'terminaldweller.com/cgit/bootstrap/Dockerfile')
-rw-r--r-- | terminaldweller.com/cgit/bootstrap/Dockerfile | 8 |
1 files changed, 5 insertions, 3 deletions
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"] |