summaryrefslogtreecommitdiffstats
path: root/test/container/Dockerfile-Ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'test/container/Dockerfile-Ubuntu')
-rw-r--r--test/container/Dockerfile-Ubuntu12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/container/Dockerfile-Ubuntu b/test/container/Dockerfile-Ubuntu
index 0fb7f20..ef15a67 100644
--- a/test/container/Dockerfile-Ubuntu
+++ b/test/container/Dockerfile-Ubuntu
@@ -1,17 +1,17 @@
FROM docker.io/ubuntu:latest
-MAINTAINER https://github.com/dracutdevs/dracut
-
# Install needed packages for the dracut CI container
# The Linux kernel is only readable by root. See https://launchpad.net/bugs/759725
RUN apt-get update -y -qq && apt-get upgrade -y -qq && \
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
asciidoc \
astyle \
+ bluez \
btrfs-progs \
busybox-static \
bzip2 \
ca-certificates \
+ cargo \
console-setup \
cpio \
cryptsetup \
@@ -28,6 +28,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && \
iputils-ping \
isc-dhcp-client \
isc-dhcp-server \
+ iscsiuio \
kmod \
less \
libdmraid-dev \
@@ -49,14 +50,17 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && \
pkg-config \
procps \
qemu-kvm \
+ rng-tools5 \
+ sbsigntool \
shellcheck \
squashfs-tools \
strace \
- sudo \
- systemd \
+ systemd-boot-efi \
+ systemd-ukify \
tcpdump \
tgt \
thin-provisioning-tools \
+ tpm2-tools \
vim \
wget \
&& apt-get clean \