[libzip] enable lzma support (#3153)

This commit is contained in:
Randy 2019-12-19 17:56:16 +01:00 committed by Abhishek Arya
parent 44d340ef60
commit c3e79556b3
1 changed files with 1 additions and 1 deletions

View File

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