karchive: xz now needs po4a, install it (#3367)

This commit is contained in:
tsdgeos 2020-02-10 20:19:08 +01:00 committed by GitHub
parent ffc6af6d1d
commit 5b34bb5d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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