the-new-hotness: Sync Dockerfile with vagrant env
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
836b63d1ec
commit
efaf7bc76c
1 changed files with 6 additions and 11 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue