add libssl3
This commit is contained in:
parent
92667207e4
commit
8a8aa6f077
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue