mirror of https://github.com/google/oss-fuzz.git
dovecot: fix build (#7735)
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47556
This commit is contained in:
parent
4a3e0d2079
commit
b76cac640c
|
@ -15,7 +15,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
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
|
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 git clone --depth 1 https://github.com/dovecot/core dovecot
|
RUN git clone --depth 1 https://github.com/dovecot/core dovecot
|
||||||
WORKDIR dovecot
|
WORKDIR dovecot
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue