issue compiling nDPI #1

Closed
opened 2021-05-06 03:04:27 +02:00 by wanderer · 1 comment
Owner

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
Author
Owner

fixed by wrapping the build sequence in bash -c 'thingy'
ref:

# 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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wanderer/docker-fedora-cpp#1