Add 'at' daemon

This commit is contained in:
Myve 2024-08-14 17:26:17 +00:00
commit ba1802d08c
2 changed files with 12 additions and 12 deletions

View file

@ -23,7 +23,7 @@ RUN printf '%s\n' 'https://dl-cdn.alpinelinux.org/alpine/edge/main/' \
&& apk update \
&& apk upgrade \
&& apk add --no-cache \
bash bash-completion ncurses \
bash bash-completion ncurses at \
nginx \
mariadb mariadb-client \
ca-certificates acl \