2021-01-19 07:28:42 +00:00
|
|
|
# THIS FILE WAS AUTO-GENERATED
|
|
|
|
#
|
2021-05-04 08:39:31 +00:00
|
|
|
# $ lcitool dockerfile opensuse-leap-152 libvirt
|
2021-01-19 07:28:42 +00:00
|
|
|
#
|
2021-07-19 12:36:51 +00:00
|
|
|
# https://gitlab.com/libvirt/libvirt-ci
|
2021-04-15 17:07:16 +00:00
|
|
|
|
2021-01-19 07:28:42 +00:00
|
|
|
FROM registry.opensuse.org/opensuse/leap:15.2
|
|
|
|
|
|
|
|
RUN zypper update -y && \
|
|
|
|
zypper install -y \
|
|
|
|
audit-devel \
|
|
|
|
augeas \
|
|
|
|
augeas-lenses \
|
|
|
|
bash-completion \
|
|
|
|
ca-certificates \
|
|
|
|
ccache \
|
|
|
|
clang \
|
2021-04-15 17:07:16 +00:00
|
|
|
cpp \
|
2021-01-19 07:28:42 +00:00
|
|
|
cppi \
|
|
|
|
cyrus-sasl-devel \
|
|
|
|
dbus-1-devel \
|
|
|
|
device-mapper-devel \
|
|
|
|
diffutils \
|
|
|
|
dnsmasq \
|
|
|
|
dwarves \
|
|
|
|
ebtables \
|
|
|
|
fuse-devel \
|
|
|
|
gcc \
|
|
|
|
gettext-runtime \
|
|
|
|
git \
|
|
|
|
glib2-devel \
|
|
|
|
glibc-devel \
|
|
|
|
glibc-locale \
|
|
|
|
glusterfs-devel \
|
2021-03-23 14:33:33 +00:00
|
|
|
grep \
|
2021-01-19 07:28:42 +00:00
|
|
|
iproute2 \
|
2021-02-11 11:13:48 +00:00
|
|
|
iptables \
|
2021-01-19 07:28:42 +00:00
|
|
|
kmod \
|
|
|
|
libacl-devel \
|
|
|
|
libapparmor-devel \
|
|
|
|
libattr-devel \
|
|
|
|
libblkid-devel \
|
|
|
|
libcap-ng-devel \
|
|
|
|
libcurl-devel \
|
|
|
|
libgnutls-devel \
|
|
|
|
libiscsi-devel \
|
|
|
|
libnl3-devel \
|
|
|
|
libnuma-devel \
|
|
|
|
libpcap-devel \
|
|
|
|
libpciaccess-devel \
|
|
|
|
librbd-devel \
|
|
|
|
libselinux-devel \
|
|
|
|
libssh-devel \
|
|
|
|
libssh2-devel \
|
|
|
|
libtirpc-devel \
|
|
|
|
libudev-devel \
|
|
|
|
libwsman-devel \
|
|
|
|
libxml2 \
|
|
|
|
libxml2-devel \
|
|
|
|
libxslt \
|
|
|
|
libyajl-devel \
|
|
|
|
lvm2 \
|
|
|
|
make \
|
|
|
|
nfs-utils \
|
|
|
|
ninja \
|
|
|
|
numad \
|
|
|
|
open-iscsi \
|
|
|
|
parted \
|
|
|
|
parted-devel \
|
2021-05-04 08:39:31 +00:00
|
|
|
perl-base \
|
2021-01-19 07:28:42 +00:00
|
|
|
pkgconfig \
|
|
|
|
polkit \
|
|
|
|
python3-base \
|
|
|
|
python3-docutils \
|
|
|
|
python3-flake8 \
|
|
|
|
python3-pip \
|
|
|
|
python3-setuptools \
|
|
|
|
python3-wheel \
|
|
|
|
qemu-tools \
|
|
|
|
radvd \
|
|
|
|
readline-devel \
|
|
|
|
rpcgen \
|
|
|
|
rpm-build \
|
|
|
|
sanlock-devel \
|
|
|
|
scrub \
|
2021-03-23 14:33:33 +00:00
|
|
|
sed \
|
2021-01-19 07:28:42 +00:00
|
|
|
systemtap-sdt-devel \
|
|
|
|
wireshark-devel \
|
|
|
|
xen-devel \
|
|
|
|
xfsprogs-devel && \
|
|
|
|
zypper clean --all && \
|
|
|
|
rpm -qa | sort > /packages.txt && \
|
|
|
|
mkdir -p /usr/libexec/ccache-wrappers && \
|
|
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \
|
2021-04-15 17:07:16 +00:00
|
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \
|
|
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
2021-01-19 07:28:42 +00:00
|
|
|
|
|
|
|
RUN pip3 install \
|
2021-04-15 17:07:16 +00:00
|
|
|
meson==0.56.0
|
2021-01-19 07:28:42 +00:00
|
|
|
|
|
|
|
ENV LANG "en_US.UTF-8"
|
|
|
|
ENV MAKE "/usr/bin/make"
|
|
|
|
ENV NINJA "/usr/bin/ninja"
|
|
|
|
ENV PYTHON "/usr/bin/python3"
|
|
|
|
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|