bodhi: Add the infra repo in the container

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-08-11 17:20:09 +02:00
parent 3434e25775
commit bc72541427

View file

@ -4,6 +4,8 @@ LABEL \
vendor="Fedora Infrastructure" \
license="MIT"
RUN curl -o /etc/yum.repos.d/infra-tags.repo https://pagure.io/fedora-infra/ansible/raw/master/f/files/common/fedora-infra-tags.repo
RUN dnf install -y \
git \
python3-pip \