From 2f2a0315d18c7bd4e3d2f16a7d628d590bf7357a Mon Sep 17 00:00:00 2001 From: myve Date: Wed, 26 Feb 2025 12:34:06 +0000 Subject: [PATCH] Changed rejected email monitor while statement --- build/Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile.alpine b/build/Dockerfile.alpine index 3b06342..906cd26 100644 --- a/build/Dockerfile.alpine +++ b/build/Dockerfile.alpine @@ -24,7 +24,7 @@ RUN printf '%s\n' 'https://dl-cdn.alpinelinux.org/alpine/latest-stable/main/' \ && apk update \ && apk upgrade \ && apk add --no-cache \ - bash bash-completion ncurses at rsync grep \ + bash bash-completion ncurses at rsync grep tail \ nginx \ mariadb mariadb-client mariadb-server-utils \ ca-certificates acl \