Skip to content

Commit

Permalink
generate seccomp profiles: add missing dependency (containers#241)
Browse files Browse the repository at this point in the history
`make install` now requires `golang-github-cpuguy83-md2man` to be
installed.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg authored May 25, 2020
1 parent 4bca691 commit 249a143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2019-10-15-generate-seccomp-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ sudo dnf install -y podman
Next, we clone the git repository of the OCI seccomp bpf hook to compile and install it. Note that we need to install a few more packages in order to compile the hook.

```
$ sudo dnf install -y bcc-devel bcc-tools git golang libseccomp-devel make
$ sudo dnf install -y bcc-devel bcc-tools git golang libseccomp-devel golang-github-cpuguy83-md2man make
$ git clone https://github.com/containers/oci-seccomp-bpf-hook.git
$ cd oci-seccomp-bpf-hook
$ make binary
Expand Down

0 comments on commit 249a143

Please sign in to comment.