]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: drop debhelper and quilt from Debian Docker image
authorBenjamin Drung <benjamin.drung@canonical.com>
Sat, 19 Aug 2023 12:38:22 +0000 (14:38 +0200)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 31 Mar 2024 12:42:59 +0000 (08:42 -0400)
The debhelper and quilt packages are only needed for packaging dracut.

Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
test/container/Dockerfile-Debian

index c8beaeffb7968c3ac00566445fbfac8494dc38fe..d9b95c95e91c12cb5dd33c70e46a26697c835883 100644 (file)
@@ -17,8 +17,6 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --
     cpio \
     cryptsetup \
     curl \
-    debhelper \
-    debhelper-compat \
     dmraid \
     docbook \
     docbook-xml \
@@ -52,7 +50,6 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --
     pkg-config \
     procps \
     qemu-system-x86 \
-    quilt \
     shellcheck \
     squashfs-tools \
     strace \