Replace alpine atd with crond

This commit is contained in:
myve 2025-12-16 04:19:41 +00:00
commit 8191d6f2d1
2 changed files with 34 additions and 24 deletions

View file

@ -28,7 +28,7 @@ RUN printf '%s\n' "https://dl-cdn.alpinelinux.org/alpine/${apkrepo:-latest-stabl
&& apk update \
&& apk upgrade \
&& apk add --no-cache \
bash bash-completion ncurses at rsync grep coreutils \
bash bash-completion ncurses rsync grep coreutils \
nginx \
mariadb mariadb-client mariadb-server-utils \
ca-certificates acl \