We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524492f commit a1cd2a5Copy full SHA for a1cd2a5
Dockerfile
@@ -12,7 +12,7 @@ RUN apk add --no-cache icu libstemmer libexttextcat tini \
12
# we don't want any of the temporary compilation collateral to make
13
# it into one of the Docker image layers.
14
RUN apk add --no-cache -t dovecot_temp git autoconf automake libtool wget \
15
- make gettext-dev bison flex valgrind icu-dev \
+ make gettext-dev bison flex icu-dev \
16
openssl1.1-compat-dev gcc g++ bash libstemmer-dev \
17
libexttextcat-dev xapian-core-dev && \
18
mkdir /dovecot && \
0 commit comments