Skip to content

Commit a1cd2a5

Browse files
committed
Don't need valgrind to build demo container
1 parent 524492f commit a1cd2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk add --no-cache icu libstemmer libexttextcat tini \
1212
# we don't want any of the temporary compilation collateral to make
1313
# it into one of the Docker image layers.
1414
RUN apk add --no-cache -t dovecot_temp git autoconf automake libtool wget \
15-
make gettext-dev bison flex valgrind icu-dev \
15+
make gettext-dev bison flex icu-dev \
1616
openssl1.1-compat-dev gcc g++ bash libstemmer-dev \
1717
libexttextcat-dev xapian-core-dev && \
1818
mkdir /dovecot && \

0 commit comments

Comments
 (0)