Skip to content

Commit

Permalink
fix rpm-builder build (#986)
Browse files Browse the repository at this point in the history
fix rpm-builder build

This fixes the rpm-builder build...
the "make rpm" target it still not working for other reasons
would be great to get that fixed + add a PR check so #985 wouldn't happen

Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: David Shrewsbury <None>
Reviewed-by: None <None>
  • Loading branch information
kdelee committed Feb 3, 2022
1 parent afe9640 commit 90a1c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/rpm/Dockerfile.epel-8-x86_64
@@ -1,6 +1,6 @@
FROM centos:8
FROM quay.io/centos/centos:stream8

RUN dnf install -y epel-release
RUN yum install -y make mock python3-pip which git gcc python3-devel

RUN pip3 install -IU pip>=21.0.1
RUN pip3 install -IU ansible

0 comments on commit 90a1c26

Please sign in to comment.