From 5b34bb5d97846c596ca28b73a514e7dc55c68f84 Mon Sep 17 00:00:00 2001 From: tsdgeos Date: Mon, 10 Feb 2020 20:19:08 +0100 Subject: [PATCH] karchive: xz now needs po4a, install it (#3367) --- projects/karchive/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/karchive/Dockerfile b/projects/karchive/Dockerfile index 24fedad1d..55347a839 100644 --- a/projects/karchive/Dockerfile +++ b/projects/karchive/Dockerfile @@ -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