aboutsummaryrefslogtreecommitdiff
path: root/projects/systemd
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-08-03 17:19:24 +0300
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2018-08-03 07:19:24 -0700
commitd70158982398239a3d151cd11d8dad39b04ffe5a (patch)
treef3dd6d00b4bfb48a9867c825eb2e5b52fad5469f /projects/systemd
parent22f3a1481cbc8252fb340369cdb3d50f185017fa (diff)
downloadoss-fuzz-d70158982398239a3d151cd11d8dad39b04ffe5a.tar.gz
[systemd] install wget to download a dictionary for fuzz-json (#1683)
Diffstat (limited to 'projects/systemd')
-rw-r--r--projects/systemd/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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