Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate seccomp profiles: add missing dependency #241

Merged
merged 1 commit into from
May 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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