issue compiling nDPI #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
as title says, nDPI fails to compile inside kaniko, which is what we use to build the image in drone ci.
nDPI builds fine on my fedora 34 box using
docker build
, though.fixed by wrapping the build sequence in
bash -c 'thingy'
ref: