From 0eaf9d940e72f3bd3df02f62711ab12d5fe822ae Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Fri, 17 Jun 2022 21:19:21 -0200 Subject: [PATCH] dovecot: fix build (#7891) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48089 The error happened due to: https://github.com/dovecot/core/commit/6b0b7141a8a50ffc99ad51b4f27c75f876e58616 --- projects/dovecot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/dovecot/Dockerfile b/projects/dovecot/Dockerfile index 1550affd6..78d266a81 100755 --- a/projects/dovecot/Dockerfile +++ b/projects/dovecot/Dockerfile @@ -15,7 +15,7 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -RUN apt-get update && apt-get install -y make autoconf automake libtool wget gettext automake libxml2-dev m4 pkg-config bison flex python3.8-venv +RUN apt-get update && apt-get install -y make autoconf automake libtool wget gettext automake libxml2-dev m4 pkg-config bison flex python3.8-venv libssl-dev RUN git clone --depth 1 https://github.com/dovecot/core dovecot WORKDIR dovecot COPY build.sh $SRC/