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
azlinux: use weak dependency for prebuilt-ca-certificates
As it turns out, the previous "fix" was causing dnf to *always* choose
`ca-certificates`, presumably because it is what it sees first in the
package repo.
By using a weak dependency we can allow the built package to depend on
ca-certificates and ignore the prebuilt-ca-certificates but by default
install the prebuilt ones.
The end result of the previous case is we end up with bash and some
other tools int he final image, which is undesirable.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
0 commit comments