You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?