apt-get update, fixes build failure (#4961)

This commit is contained in:
wiredfool 2021-01-13 21:23:29 +00:00 committed by GitHub
parent e8832cecaa
commit dcd9e6fa2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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