mirror of https://github.com/google/oss-fuzz.git
dovecot: Update dependencies to make Dovecot build again (#8345)
This commit is contained in:
parent
537b145c76
commit
e1d0e57a08
|
@ -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 libssl-dev
|
||||
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 zlib1g-dev
|
||||
RUN git clone --depth 1 https://github.com/dovecot/core dovecot
|
||||
WORKDIR dovecot
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue