forked from oVirt/vdsm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDockerfile.fedora.rawhide
59 lines (59 loc) · 1.27 KB
/
Dockerfile.fedora.rawhide
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
FROM fedora:rawhide
RUN dnf install -y http://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm && \
dnf update -y && \
dnf install -y \
PyYAML \
autoconf \
automake \
bridge-utils \
dbus-python \
dosfstools \
e2fsprogs \
gcc \
genisoimage \
git \
glusterfs-api \
iproute-tc \
libselinux-python \
libselinux-python3 \
libvirt-python \
libvirt-python3 \
lshw \
make \
mom \
openvswitch \
psmisc \
python-blivet1 \
python-cpopen \
python-decorator \
python-devel \
python-inotify \
python-ioprocess \
python-ipaddress \
python-magic \
python-netaddr \
python-pip \
python-pthreading \
python-requests \
python-six \
python2-dateutil \
python2-mock \
python3 \
python3-dateutil \
python3-dbus \
python3-decorator \
python3-netaddr \
python3-nose \
python3-six \
python3-yaml \
redhat-rpm-config \
rpm-python \
sanlock-python \
sudo \
systemd \
systemd-udev \
which \
&& \
dnf install -y --nogpgcheck --repofrompath fc26,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/fc26 ovirt-imageio-common && \
pip install nose==1.3.7 tox==2.5.0 yappi==0.93 && \
dnf clean all