Apk dependencies don't always get installed
Lost-in-Space opened this issue · 1 comments
Lost-in-Space commented
Apk dependencies met check can match the wrong dependency causing some apk dependencies to not be installed
nickthecook commented
Fixed in 1.11.1.
apk
dependency wasn't pinning its regex with ^
and $
. Now it is.