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

Optimized Build Process for Dovecot

This commit is contained in:
DerLinkman 2023-05-03 09:55:55 +00:00
parent 7ec7bd21cb
commit 466e36ecbb
No known key found for this signature in database
GPG Key ID: F109FD97469550A2

View File

@ -112,11 +112,7 @@ RUN addgroup -g 5000 vmail \
zlib1g-dev \
pkg-config \
libsqlite3-dev \
liblua5.3-dev \
&& dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" \
&& chmod +x /usr/local/bin/gosu \
&& gosu nobody true
liblua5.3-dev
# RUN cpan LockFile::Simple