mirror of https://github.com/google/oss-fuzz.git
clamav - Minor update to fix built failure now that libcurl is a hard requirement to build clamav. (#2505)
This commit is contained in:
parent
9a67b6be92
commit
7394fb5eec
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
MAINTAINER clamav.fuzz@gmail.com
|
MAINTAINER clamav.fuzz@gmail.com
|
||||||
RUN apt-get update && apt-get install -y libssl-dev
|
RUN apt-get update && apt-get install -y libssl-dev libcurl4-openssl-dev
|
||||||
RUN git clone --depth 1 https://github.com/Cisco-Talos/clamav-devel.git
|
RUN git clone --depth 1 https://github.com/Cisco-Talos/clamav-devel.git
|
||||||
RUN git clone --depth 1 https://github.com/Cisco-Talos/clamav-fuzz-corpus.git
|
RUN git clone --depth 1 https://github.com/Cisco-Talos/clamav-fuzz-corpus.git
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue