teamhephy / router

MIT License
4 stars 10 forks source link

fix(Dockerfile): add missing libyajl2 runtime dependency #50

Closed Cryptophobia closed 4 years ago

Cryptophobia commented 4 years ago

Signed-off-by: Cryptophobia aouzounov@gmail.com

Adding this dependency at runtime because it is required by modsecurity nginx module. :)

felixbuenemann commented 4 years ago

Why is the ldconfig call needed?

Cryptophobia commented 4 years ago

It's not needed but I was using it to make sure the links to the libraries are correct. In any case, it does not hurt.