Skip to content

Commit

Permalink
[systemd] install wget to download a dictionary for fuzz-json (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
evverx authored and jonathanmetzman committed Aug 3, 2018
1 parent 22f3a14 commit d701589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/systemd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d701589

Please sign in to comment.