move btree to lmdb

This commit is contained in:
Sebastian Hugentobler 2021-08-24 10:41:54 +02:00
parent 5f1402dd67
commit f31add1963
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 3 additions and 4 deletions

View file

@ -22,8 +22,7 @@ RUN apk add --no-cache \
openssl \
spamassassin-client \
libstdc++ \
libmilter \
db
libmilter
RUN addgroup -g 2222 access
RUN addgroup postfix access