[libical] Make sure to do an apt update before apt install (#2319)

This commit is contained in:
Alex Gaynor 2019-04-15 13:11:25 -04:00 committed by Abhishek Arya
parent ae9398deef
commit 7c05d15480
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
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
COPY build.sh $SRC
COPY libical_fuzzer.cc $SRC