|
@@ -1,15 +1,14 @@
|
|
|
# THIS FILE WAS AUTO-GENERATED
|
|
|
#
|
|
|
-# $ lcitool dockerfile --layers all centos-stream-8 qemu
|
|
|
+# $ lcitool dockerfile --layers all centos-stream-9 qemu
|
|
|
#
|
|
|
# https://gitlab.com/libvirt/libvirt-ci
|
|
|
|
|
|
-FROM quay.io/centos/centos:stream8
|
|
|
+FROM quay.io/centos/centos:stream9
|
|
|
|
|
|
RUN dnf distro-sync -y && \
|
|
|
dnf install 'dnf-command(config-manager)' -y && \
|
|
|
- dnf config-manager --set-enabled -y powertools && \
|
|
|
- dnf install -y centos-release-advanced-virtualization && \
|
|
|
+ dnf config-manager --set-enabled -y crb && \
|
|
|
dnf install -y epel-release && \
|
|
|
dnf install -y epel-next-release && \
|
|
|
dnf install -y \
|
|
@@ -42,7 +41,6 @@ RUN dnf distro-sync -y && \
|
|
|
glib2-static \
|
|
|
glibc-langpack-en \
|
|
|
glibc-static \
|
|
|
- glusterfs-api-devel \
|
|
|
gnutls-devel \
|
|
|
gtk3-devel \
|
|
|
hostname \
|
|
@@ -82,6 +80,7 @@ RUN dnf distro-sync -y && \
|
|
|
lzo-devel \
|
|
|
make \
|
|
|
mesa-libgbm-devel \
|
|
|
+ meson \
|
|
|
mtools \
|
|
|
ncurses-devel \
|
|
|
nettle-devel \
|
|
@@ -95,25 +94,25 @@ RUN dnf distro-sync -y && \
|
|
|
pixman-devel \
|
|
|
pkgconfig \
|
|
|
pulseaudio-libs-devel \
|
|
|
- python38 \
|
|
|
- python38-PyYAML \
|
|
|
- python38-numpy \
|
|
|
- python38-pip \
|
|
|
- python38-setuptools \
|
|
|
- python38-wheel \
|
|
|
+ python3 \
|
|
|
+ python3-PyYAML \
|
|
|
+ python3-numpy \
|
|
|
+ python3-pillow \
|
|
|
+ python3-pip \
|
|
|
+ python3-sphinx \
|
|
|
+ python3-sphinx_rtd_theme \
|
|
|
+ python3-tomli \
|
|
|
rdma-core-devel \
|
|
|
sed \
|
|
|
snappy-devel \
|
|
|
socat \
|
|
|
spice-protocol \
|
|
|
- spice-server-devel \
|
|
|
swtpm \
|
|
|
systemd-devel \
|
|
|
systemtap-sdt-devel \
|
|
|
tar \
|
|
|
usbredir-devel \
|
|
|
util-linux \
|
|
|
- virglrenderer-devel \
|
|
|
vte291-devel \
|
|
|
which \
|
|
|
xfsprogs-devel \
|
|
@@ -132,18 +131,11 @@ RUN dnf distro-sync -y && \
|
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/g++ && \
|
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
|
|
|
|
|
-RUN /usr/bin/pip3.8 install \
|
|
|
- meson==0.63.2 \
|
|
|
- pillow \
|
|
|
- sphinx \
|
|
|
- sphinx-rtd-theme \
|
|
|
- tomli
|
|
|
-
|
|
|
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
|
|
ENV LANG "en_US.UTF-8"
|
|
|
ENV MAKE "/usr/bin/make"
|
|
|
ENV NINJA "/usr/bin/ninja"
|
|
|
-ENV PYTHON "/usr/bin/python3.8"
|
|
|
+ENV PYTHON "/usr/bin/python3"
|
|
|
# As a final step configure the user (if env is defined)
|
|
|
ARG USER
|
|
|
ARG UID
|