mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 22:39:56 +00:00
79c4e4e5c4
Regenerate with lcitool as of: commit f83b916d5efa4bd33fbf4b7ea41bf6d535cc63fb Author: Alex Bennée <alex.bennee@linaro.org> Date: Fri Feb 11 09:39:30 2022 +0000 mappings: skip multipath-tools for cross Debian This package is both a mix of library files, headers and native binaries so cannot be installed in a cross environment. For now skip it for cross targets. See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005323 Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
91 lines
2.1 KiB
Docker
91 lines
2.1 KiB
Docker
# THIS FILE WAS AUTO-GENERATED
|
|
#
|
|
# $ lcitool manifest ci/manifest.yml
|
|
#
|
|
# https://gitlab.com/libvirt/libvirt-ci
|
|
|
|
FROM quay.io/centos/centos:stream9
|
|
|
|
RUN dnf update -y && \
|
|
dnf install 'dnf-command(config-manager)' -y && \
|
|
dnf config-manager --set-enabled -y crb && \
|
|
dnf install -y \
|
|
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
|
|
https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm && \
|
|
dnf install -y \
|
|
audit-libs-devel \
|
|
augeas \
|
|
bash-completion \
|
|
ca-certificates \
|
|
clang \
|
|
cpp \
|
|
cyrus-sasl-devel \
|
|
device-mapper-devel \
|
|
diffutils \
|
|
dnsmasq \
|
|
dwarves \
|
|
ebtables \
|
|
firewalld-filesystem \
|
|
fuse-devel \
|
|
gcc \
|
|
gettext \
|
|
git \
|
|
glib2-devel \
|
|
glibc-devel \
|
|
glibc-langpack-en \
|
|
gnutls-devel \
|
|
grep \
|
|
iproute \
|
|
iproute-tc \
|
|
iptables \
|
|
iscsi-initiator-utils \
|
|
kmod \
|
|
libacl-devel \
|
|
libattr-devel \
|
|
libblkid-devel \
|
|
libcap-ng-devel \
|
|
libcurl-devel \
|
|
libnl3-devel \
|
|
libpcap-devel \
|
|
libpciaccess-devel \
|
|
librbd-devel \
|
|
libselinux-devel \
|
|
libssh-devel \
|
|
libtirpc-devel \
|
|
libwsman-devel \
|
|
libxml2 \
|
|
libxml2-devel \
|
|
libxslt \
|
|
lvm2 \
|
|
make \
|
|
meson \
|
|
nfs-utils \
|
|
ninja-build \
|
|
numactl-devel \
|
|
numad \
|
|
parted-devel \
|
|
perl-base \
|
|
pkgconfig \
|
|
polkit \
|
|
python3 \
|
|
python3-docutils \
|
|
qemu-img \
|
|
readline-devel \
|
|
rpcgen \
|
|
rpm-build \
|
|
sanlock-devel \
|
|
scrub \
|
|
sed \
|
|
systemd-devel \
|
|
systemtap-sdt-devel \
|
|
wireshark-devel \
|
|
yajl-devel && \
|
|
dnf autoremove -y && \
|
|
dnf clean all -y && \
|
|
rpm -qa | sort > /packages.txt
|
|
|
|
ENV LANG "en_US.UTF-8"
|
|
ENV MAKE "/usr/bin/make"
|
|
ENV NINJA "/usr/bin/ninja"
|
|
ENV PYTHON "/usr/bin/python3"
|