summaryrefslogtreecommitdiffstats
path: root/test/container/Dockerfile-Fedora-latest
diff options
context:
space:
mode:
Diffstat (limited to 'test/container/Dockerfile-Fedora-latest')
-rw-r--r--test/container/Dockerfile-Fedora-latest12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/container/Dockerfile-Fedora-latest b/test/container/Dockerfile-Fedora-latest
index 2ce3975..106af17 100644
--- a/test/container/Dockerfile-Fedora-latest
+++ b/test/container/Dockerfile-Fedora-latest
@@ -1,16 +1,15 @@
FROM registry.fedoraproject.org/fedora:latest
-MAINTAINER https://github.com/dracutdevs/dracut
-
# Install needed packages for the dracut CI container
RUN dnf -y install --setopt=install_weak_deps=False \
asciidoc \
+ astyle \
bash-completion \
- biosdevname \
bluez \
btrfs-progs \
busybox \
bzip2 \
+ cargo \
cifs-utils \
cryptsetup \
dash \
@@ -28,6 +27,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
iproute \
iputils \
iscsi-initiator-utils \
+ jq \
kbd \
kernel \
kmod-devel \
@@ -49,7 +49,8 @@ RUN dnf -y install --setopt=install_weak_deps=False \
parted \
pcsc-lite \
pigz \
- qemu-system-x86-core \
+ qemu \
+ qrencode \
rng-tools \
rpm-build \
sbsigntools \
@@ -58,14 +59,13 @@ RUN dnf -y install --setopt=install_weak_deps=False \
shfmt \
squashfs-tools \
strace \
- sudo \
systemd-boot-unsigned \
systemd-networkd \
systemd-resolved \
+ systemd-ukify \
tar \
tcpdump \
tpm2-tools \
wget \
- which \
xz \
&& dnf -y remove dracut --noautoremove && dnf -y update && dnf clean all