Skip to content

Commit

Permalink
Rebased Dovecot on Alpine + fixed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Feb 8, 2024
1 parent 4b18a99 commit 89c5064
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions data/Dockerfiles/dovecot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,23 @@ RUN addgroup -g 5000 vmail \
supervisor \
tzdata \
wget \
git \
bison \
flex \
build-essential \
autoconf \
automake \
libtool \
make \
default-libmysqlclient-dev \
libicu-dev \
zlib1g-dev \
pkg-config \
libsqlite3-dev \
liblua5.3-dev
dovecot \
dovecot-dev \
dovecot-lmtpd \
dovecot-lua \
dovecot-ldap \
dovecot-mysql \
dovecot-sql \
dovecot-submissiond \
dovecot-pigeonhole-plugin \
dovecot-pop3d \
dovecot-fts-solr \
&& arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$arch" \
&& chmod +x /usr/local/bin/gosu \
&& gosu nobody true

# RUN cpan LockFile::Simple
#RUN cpan LockFile::Simple

COPY trim_logs.sh /usr/local/bin/trim_logs.sh
COPY clean_q_aged.sh /usr/local/bin/clean_q_aged.sh
Expand Down

0 comments on commit 89c5064

Please sign in to comment.