the-new-hotness: Sync Dockerfile with vagrant env

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2020-05-27 18:45:59 +02:00 committed by zlopez
parent 836b63d1ec
commit efaf7bc76c

View file

@ -1,6 +1,3 @@
# Removed from the dockerfile, need to move them back later
# fedora-messaging \
# python3-fedora-messaging \
apiVersion: v1
items:
- apiVersion: v1
@ -21,19 +18,17 @@ items:
ENV HOME=/tmp
RUN dnf install -y \
git \
koji \
rpmdevtools \
fedpkg \
python3-pycurl \
rpmdevtools \
fedora-messaging \
python3-bugzilla \
python3-dogpile-cache \
python3-requests \
python3-fedora \
python3-fedmsg \
python3-beautifulsoup4 \
python3-psutil \
python3-pip \
python3-setuptools && \
python3-koji \
python3-pycurl \
python3-requests \
python3-six && \
dnf autoremove -y && \
dnf clean all -y
RUN git clone https://github.com/fedora-infra/the-new-hotness.git && \