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.
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.
wanderer
added the bug label 2021-05-06 03:04:27 +02:00
wanderer
added this to the General project 2021-05-07 01:55:24 +02:00
# building nDPI would fail with plain RUN and kaniko.
# having it wrapped in 'bash -c' helped
fixed by wrapping the build sequence in `bash -c 'thingy'`
ref:
https://git.dotya.ml/wanderer/docker-fedora-cpp/src/commit/9cb30c411251d030e7ddbd61a9c472896b80fd6b/Dockerfile#L50-L51
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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: