dovecot: fix build (#7891)

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48089

The error happened due to: 6b0b7141a8
This commit is contained in:
DavidKorczynski 2022-06-17 21:19:21 -02:00 committed by GitHub
parent 3ad6236b0f
commit 0eaf9d940e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/