add libssl3

This commit is contained in:
Sebastian Hugentobler 2022-11-23 14:46:31 +01:00
parent 92667207e4
commit 8a8aa6f077
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -80,7 +80,8 @@ RUN apk --no-cache add \
lua \ lua \
lua-rapidjson \ lua-rapidjson \
curl \ curl \
inotify-tools inotify-tools \
libssl3
RUN addgroup -g 150 dovecot RUN addgroup -g 150 dovecot
RUN adduser -u 140 -h /dev/null -H -s /sbin/nologin -D -G dovecot dovecot RUN adduser -u 140 -h /dev/null -H -s /sbin/nologin -D -G dovecot dovecot