Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed May 3, 2024
1 parent 7988a35 commit 4f7363e
Showing 1 changed file with 256 additions and 0 deletions.
256 changes: 256 additions & 0 deletions tests/archivematica-acceptance-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,262 @@ RUN set -ex \
openssh-server \
python-unversioned-command \
sudo \
# test
NetworkManager-libnm \
NetworkManager-team \
NetworkManager-tui \
NetworkManager \
audit \
authselect-libs \
authselect \
avahi-libs \
bash-completion \
bzip2 \
c-ares \
chrony \
cifs-utils \
cpio \
cronie-anacron \
cronie \
crontabs \
cryptsetup-libs \
dbus-libs \
dejavu-sans-fonts \
device-mapper-libs \
device-mapper \
diffutils \
dmidecode \
dnf-plugins-core \
dosfstools \
dracut-network \
dracut-squash \
dracut \
e2fsprogs-libs \
e2fsprogs \
efi-filesystem \
efibootmgr \
efivar-libs \
ethtool \
file \
firewalld-filesystem \
firewalld \
flashrom \
fonts-filesystem \
fuse-common \
fuse-libs \
fuse \
fwupd-plugin-flashrom \
fwupd \
gawk-all-langpacks \
gdisk \
gettext-libs \
gettext \
glibc-gconv-extra \
gobject-introspection \
groff-base \
grub2-common \
grub2-efi-x64 \
grub2-pc-modules \
grub2-pc \
grub2-tools-minimal \
grub2-tools \
grubby \
gssproxy \
hwdata \
hyperv-daemons-license \
hyperv-daemons \
hypervfcopyd \
hypervkvpd \
hypervvssd \
inih \
initscripts-rename-device \
initscripts-service \
iproute-tc \
iproute \
ipset-libs \
ipset \
iptables-libs \
iptables-nft \
iputils \
irqbalance \
jansson \
json-glib \
kbd-misc \
kbd \
kernel-core \
kernel-headers \
kernel-modules-core \
kernel-modules \
kernel-tools-libs \
kernel-tools \
kernel \
kexec-tools \
keyutils \
kmod \
kpartx \
langpacks-core-en \
langpacks-core-font-en \
langpacks-en \
libatasmart \
libbasicobjects \
libblockdev-crypto \
libblockdev-fs \
libblockdev-loop \
libblockdev-mdraid \
libblockdev-part \
libblockdev-swap \
libblockdev-utils \
libblockdev \
libbpf \
libbrotli \
libbytesize \
libcap-ng-python3 \
libcbor \
libcollection \
libdaemon \
libdhash \
libdrm \
libedit \
libestr \
libev \
libfastjson \
libfido2 \
libgcab1 \
libgudev \
libgusb \
libibverbs \
libicu \
libini_config \
libjcat \
libkcapi-hmaccalc \
libkcapi \
libldb \
libmnl \
libmspack \
libndp \
libnetfilter_conntrack \
libnfnetlink \
libnfsidmap \
libnftnl \
libnl3-cli \
libnl3 \
libpath_utils \
libpcap \
libpciaccess \
libpipeline \
libpkgconf \
libpsl \
libref_array \
libselinux-utils \
libsmbios \
libss \
libssh-config \
libssh \
libsss_certmap \
libsss_idmap \
libsss_nss_idmap \
libsss_sudo \
libsysfs \
libtalloc \
libtdb \
libteam \
libtevent \
libtirpc \
libtool-ltdl \
libudisks2 \
libverto-libev \
libwbclient \
libxmlb \
libxslt \
linux-firmware-whence \
linux-firmware \
lmdb-libs \
logrotate \
lshw \
lsscsi \
lzo \
man-db \
man-pages-overrides \
man-pages \
mdadm \
mokutil \
ncurses \
newt \
nfs-utils \
nftables \
nspr \
nss-softokn-freebl \
nss-softokn \
nss-sysinit \
nss-util \
nss \
numactl-libs \
open-vm-tools \
openssh-clients \
os-prober \
parted \
pciutils-libs \
pciutils \
pigz \
pkgconf-m4 \
pkgconf-pkg-config \
pkgconf \
policycoreutils \
polkit-libs \
polkit-pkla-compat \
polkit \
prefixdevname \
procps-ng \
psmisc \
publicsuffix-list-dafsa \
python3-dateutil \
python3-dbus \
python3-dnf-plugins-core \
python3-firewall \
python3-gobject-base-noarch \
python3-gobject-base \
python3-libselinux \
python3-nftables \
python3-pyyaml \
python3-six \
python3-systemd \
qemu-guest-agent \
quota-nls \
quota \
rpcbind \
rpm-plugin-audit \
rpm-plugin-selinux \
rpm-plugin-systemd-inhibit \
rsync \
rsyslog-logrotate \
rsyslog \
samba-client-libs \
samba-common-libs \
samba-common \
selinux-policy-targeted \
selinux-policy \
sg3_utils-libs \
sg3_utils \
shared-mime-info \
shim-x64 \
slang \
snappy \
squashfs-tools \
sssd-client \
sssd-common \
sssd-kcm \
sssd-nfs-idmap \
systemd-udev \
teamd \
udisks2 \
userspace-rcu \
volume_key-libs \
which \
xfsprogs \
xmlsec1-openssl \
xmlsec1 \
xz \
yum-utils \
&& dnf clean all

FROM almalinux:9 AS install_almalinux_9
Expand Down

0 comments on commit 4f7363e

Please sign in to comment.