From 8a8aa6f0778f22b9fd1edc70fb961b087b434b19 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 23 Nov 2022 14:46:31 +0100 Subject: [PATCH] add libssl3 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6acc65c..8682454 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,7 +80,8 @@ RUN apk --no-cache add \ lua \ lua-rapidjson \ curl \ - inotify-tools + inotify-tools \ + libssl3 RUN addgroup -g 150 dovecot RUN adduser -u 140 -h /dev/null -H -s /sbin/nologin -D -G dovecot dovecot