Skip to content

Install custom CA certs before installing 'awk'

Describe the bug

Since awk install has been added (!147 (merged)), I have a failure. I'm behind a corporate proxy with firewall, and I need to install corporate certificates. When dnf install -y -q awk is executed, Fedora mirror is call ('https://mirrors.fedoraproject.org/metalink?repo=updates-released-f42&arch=x86_64') and this call goes through my corporate proxy. But this is failing because custom certificates are not yet installed.

Expected behavior

Fedora package awk should be downloaded

Actual behavior

Download fails because of certificates

Logs and/or screenshots

I'm sorry, logs i have aren't relevant because another (unrelated) problem