From d70158982398239a3d151cd11d8dad39b04ffe5a Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Fri, 3 Aug 2018 17:19:24 +0300 Subject: [PATCH] [systemd] install wget to download a dictionary for fuzz-json (#1683) --- projects/systemd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/systemd/Dockerfile b/projects/systemd/Dockerfile index 8af98de01..409ca4eec 100644 --- a/projects/systemd/Dockerfile +++ b/projects/systemd/Dockerfile @@ -17,7 +17,7 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER jonathan@titanous.com RUN apt-get update &&\ - apt-get install -y gperf m4 gettext libcap-dev python3-pip libmount-dev pkg-config &&\ + apt-get install -y gperf m4 gettext libcap-dev python3-pip libmount-dev pkg-config wget &&\ pip3 install meson ninja RUN git clone --depth 1 https://github.com/systemd/systemd systemd WORKDIR systemd