How can I install rpm packages in the AWX Kubernetes Pod ?

I have playbooks using Ansible modules that need certain rpm packages installed in AWX.

There are rpm packages I usually install running yum but it seems the awx docker image running in the Kubernetes Pod doesn’t give me sudo access in order to install any rpm packages.

There are not python packages that can be installed through Python pip/viritualenv.

How can I install my own rpm packages inside the Pod containers?