Skip to content

Commit

Permalink
[systemd] install wget to download a dictionary for fuzz-json (google…
Browse files Browse the repository at this point in the history
  • Loading branch information
evverx authored and tmatth committed Oct 22, 2018
1 parent 2ee612b commit b4627b9
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 b4627b9

Please sign in to comment.