Skip to content

Commit

Permalink
Add rpcgen package to Alpine Dockerfile
Browse files Browse the repository at this point in the history
Fixes check for zstd availability
slusarz committed Jan 3, 2024
1 parent 0ee468c commit 814986d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ RUN apk add --no-cache icu libstemmer libexttextcat tini \
# we don't want any of the temporary compilation collateral to make
# it into one of the Docker image layers.
RUN apk add --no-cache -t dovecot_temp git autoconf automake libtool wget \
make gettext-dev bison flex icu-dev \
make gettext-dev bison flex icu-dev rpcgen \
openssl1.1-compat-dev gcc g++ bash libstemmer-dev \
libexttextcat-dev xapian-core-dev && \
mkdir /dovecot && \

0 comments on commit 814986d

Please sign in to comment.