1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-23 02:04:46 +02:00

Rebased Dovecot on Alpine + fixed logging

This commit is contained in:
DerLinkman 2023-08-03 09:29:23 +00:00
parent 4b18a99e55
commit 89c5064213
No known key found for this signature in database
GPG Key ID: F109FD97469550A2

View File

@ -99,20 +99,21 @@ RUN addgroup -g 5000 vmail \
supervisor \ supervisor \
tzdata \ tzdata \
wget \ wget \
git \ dovecot \
bison \ dovecot-dev \
flex \ dovecot-lmtpd \
build-essential \ dovecot-lua \
autoconf \ dovecot-ldap \
automake \ dovecot-mysql \
libtool \ dovecot-sql \
make \ dovecot-submissiond \
default-libmysqlclient-dev \ dovecot-pigeonhole-plugin \
libicu-dev \ dovecot-pop3d \
zlib1g-dev \ dovecot-fts-solr \
pkg-config \ && arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
libsqlite3-dev \ && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$arch" \
liblua5.3-dev && chmod +x /usr/local/bin/gosu \
&& gosu nobody true
#RUN cpan LockFile::Simple #RUN cpan LockFile::Simple