mirror of https://github.com/google/oss-fuzz.git
karchive: xz now needs po4a, install it (#3367)
This commit is contained in:
parent
ffc6af6d1d
commit
5b34bb5d97
|
@ -16,7 +16,7 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
MAINTAINER tsdgeos@gmail.com
|
||||
RUN apt-get update && apt-get install --yes cmake make autoconf automake autopoint libtool wget
|
||||
RUN apt-get update && apt-get install --yes cmake make autoconf automake autopoint libtool wget po4a
|
||||
RUN git clone --depth 1 https://github.com/madler/zlib.git
|
||||
RUN git clone --depth 1 https://github.com/nih-at/libzip.git
|
||||
RUN wget https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
|
||||
|
|
Loading…
Reference in New Issue