clamav - Minor update to fix built failure now that libcurl is a hard requirement to build clamav. (#2505)

This commit is contained in:
Micah Snyder 2019-06-12 03:45:59 -04:00 committed by Oliver Chang
parent 9a67b6be92
commit 7394fb5eec
1 changed files with 1 additions and 1 deletions

View File

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