mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +02:00
docker: fix libseccomp version dependency
I misread the version requirement and unfortunately docker only checks the version at runtime, not build time and managed to not run a seccomp enabled docker build in my rushed testing apparently. :(
This commit is contained in:
parent
b99e4107a7
commit
1af801e211
@ -32,7 +32,7 @@ CDEPEND="
|
||||
>=sys-fs/lvm2-2.02.89[thin]
|
||||
)
|
||||
seccomp? (
|
||||
>=sys-libs/libseccomp-2.1.1[static-libs]
|
||||
>=sys-libs/libseccomp-2.2.1[static-libs]
|
||||
)
|
||||
"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user