Closed
Description
As stated on #149 (comment) one has to manually define PKG_CONFIG_PATH
in their custom docker image in order to build Rust code relying on external libs.
Automatically defining it in the cross
images would make things easier as users would just have to derive from the official images and install their extra packages.
Would you consider such change in the docker files?