the-new-hotness: It was not a good idea to remove pip

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2020-05-28 10:34:02 +02:00
parent 9347596a29
commit fcfeb5d276

View file

@ -28,7 +28,8 @@ items:
python3-koji \
python3-pycurl \
python3-requests \
python3-six && \
python3-six \
python3-pip && \
dnf autoremove -y && \
dnf clean all -y
RUN git clone https://github.com/fedora-infra/the-new-hotness.git && \