mirror of https://github.com/google/oss-fuzz.git
Remove unnecessary lib32z1-dev install. (#11096)
This breaks local builds on ARM Macs and appears to be redundant with zlib1g-dev.
This commit is contained in:
parent
4cebc73dcb
commit
3d06fe8610
|
@ -17,7 +17,7 @@
|
|||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
|
||||
# Mesa,libz/zlib, and xcb needed to build swiftshader
|
||||
RUN apt-get update && apt-get install -y python3 wget libglu1-mesa-dev cmake lib32z1-dev zlib1g-dev libxext-dev libxcb-shm0-dev
|
||||
RUN apt-get update && apt-get install -y python3 wget libglu1-mesa-dev cmake zlib1g-dev libxext-dev libxcb-shm0-dev
|
||||
|
||||
RUN git clone 'https://chromium.googlesource.com/chromium/tools/depot_tools.git' --depth 1
|
||||
ENV PATH="${SRC}/depot_tools:${PATH}"
|
||||
|
|
Loading…
Reference in New Issue