Skip to content

Commit

Permalink
Optimized Build Process for Dovecot
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Feb 8, 2024
1 parent 7ec7bd2 commit 466e36e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions data/Dockerfiles/dovecot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 466e36e

Please sign in to comment.