diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:33:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:33:11 +0000 |
commit | ae3ecffbd2e40760fef5dc09db30ea8a81abec70 (patch) | |
tree | f3b77bfda1bae06d3326ef27c3cb61539e7f93cc /test/container/Dockerfile-Ubuntu | |
parent | Adding debian version 102-3. (diff) | |
download | dracut-ae3ecffbd2e40760fef5dc09db30ea8a81abec70.tar.xz dracut-ae3ecffbd2e40760fef5dc09db30ea8a81abec70.zip |
Merging upstream version 103.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/container/Dockerfile-Ubuntu')
-rw-r--r-- | test/container/Dockerfile-Ubuntu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/container/Dockerfile-Ubuntu b/test/container/Dockerfile-Ubuntu index ef15a67..6a0f928 100644 --- a/test/container/Dockerfile-Ubuntu +++ b/test/container/Dockerfile-Ubuntu @@ -20,6 +20,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && \ docbook \ docbook-xml \ docbook-xsl \ + erofs-utils \ fdisk \ g++ \ gawk \ @@ -56,6 +57,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && \ squashfs-tools \ strace \ systemd-boot-efi \ + systemd-coredump \ systemd-ukify \ tcpdump \ tgt \ |