From 4f383f1bdb1b16e47db40ca6866a8012688e5a7a Mon Sep 17 00:00:00 2001 From: Bjoern Kalkbrenner Date: Fri, 22 May 2026 11:03:22 +0200 Subject: [PATCH] feat: added bash to Dockerfile or the system command filter is not easily usable via docker deployment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2da6211f..73f05af9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ LABEL org.opencontainers.image.source=https://github.com/foxcpp/maddy RUN set -ex && \ apk upgrade --no-cache --available && \ - apk --no-cache add ca-certificates + apk --no-cache add ca-certificates bash COPY --from=build-env /pkg/data/maddy.conf /data/maddy.conf COPY --from=build-env /pkg/usr/local/bin/maddy /bin/