[systemd] install wget to download a dictionary for fuzz-json (#1683)

This commit is contained in:
Evgeny Vereshchagin 2018-08-03 17:19:24 +03:00 committed by jonathanmetzman
parent 22f3a1481c
commit d701589823
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER jonathan@titanous.com MAINTAINER jonathan@titanous.com
RUN apt-get update &&\ 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 pip3 install meson ninja
RUN git clone --depth 1 https://github.com/systemd/systemd systemd RUN git clone --depth 1 https://github.com/systemd/systemd systemd
WORKDIR systemd WORKDIR systemd