We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92009ad + 55a9bbc commit 5b7f265Copy full SHA for 5b7f265
1 file changed
script/setup/install-runc
@@ -30,7 +30,7 @@ function install_runc() {
30
git clone https://github.com/opencontainers/runc.git "${TMPROOT}"/runc
31
pushd "${TMPROOT}"/runc
32
git checkout "${RUNC_VERSION}"
33
- make
+ make BUILDTAGS='seccomp' runc
34
make install
35
popd
36
rm -fR "${TMPROOT}"
0 commit comments