mirror of https://github.com/google/oss-fuzz.git
apt-get update, fixes build failure (#4961)
This commit is contained in:
parent
e8832cecaa
commit
dcd9e6fa2d
|
@ -30,7 +30,8 @@ RUN cat fuzzing/dictionaries/bmp.dict \
|
|||
> $OUT/fuzz_pillow.dict
|
||||
|
||||
# library build dependencies
|
||||
RUN apt-get install -y \
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
libxau-dev \
|
||||
pkg-config \
|
||||
rsync \
|
||||
|
|
Loading…
Reference in New Issue