mirror of https://github.com/google/oss-fuzz.git
[libzip] enable lzma support (#3153)
This commit is contained in:
parent
44d340ef60
commit
c3e79556b3
|
@ -19,7 +19,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
|
||||
MAINTAINER randy408@protonmail.com
|
||||
|
||||
RUN apt-get update && apt-get install -y cmake pkg-config zlib1g-dev
|
||||
RUN apt-get update && apt-get install -y cmake pkg-config zlib1g-dev liblzma-dev
|
||||
|
||||
RUN git clone --depth 1 https://github.com/nih-at/libzip.git
|
||||
|
||||
|
|
Loading…
Reference in New Issue