mirror of https://github.com/google/oss-fuzz.git
[libical] Make sure to do an apt update before apt install (#2319)
This commit is contained in:
parent
ae9398deef
commit
7c05d15480
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
MAINTAINER tsdgeos@gmail.com
|
MAINTAINER tsdgeos@gmail.com
|
||||||
RUN apt-get install --yes cmake
|
RUN apt-get update && apt-get install --yes cmake
|
||||||
RUN git clone --depth 1 https://github.com/libical/libical.git
|
RUN git clone --depth 1 https://github.com/libical/libical.git
|
||||||
COPY build.sh $SRC
|
COPY build.sh $SRC
|
||||||
COPY libical_fuzzer.cc $SRC
|
COPY libical_fuzzer.cc $SRC
|
||||||
|
|
Loading…
Reference in New Issue