mirror of
https://github.com/mudler/luet.git
synced 2025-09-10 03:29:16 +00:00
Update gomod and vendor
This commit is contained in:
7
vendor/github.com/moby/buildkit/util/system/seccomp_noseccomp.go
generated
vendored
Normal file
7
vendor/github.com/moby/buildkit/util/system/seccomp_noseccomp.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build !seccomp
|
||||
|
||||
package system
|
||||
|
||||
func SeccompSupported() bool {
|
||||
return false
|
||||
}
|
Reference in New Issue
Block a user