Smaller containerfiles leads to quicker tests and the container has apt
installed, so manual debugging can always install what may be missing.

Thus drop a number of dependencies that are now unneeded.

Signed-off-by: Ahmad Fatoum <[email protected]>
---
 test/Containerfile | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/test/Containerfile b/test/Containerfile
index 7a737ecd33c6..5b5fade82e49 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -11,21 +11,11 @@ ENV DEBIAN_FRONTEND=noninteractive
 
 # Update and install things from apt now
 RUN apt-get update && apt-get install -y \
-       automake \
-       autopoint \
-       bc \
-       binutils-dev \
        bison \
        build-essential \
        coreutils \
-       cpio \
-       cppcheck \
-       curl \
-       erofs-utils \
-       expect \
        flex \
        gawk \
-       gdisk \
        git \
        imagemagick \
        libc6-i386 \
@@ -42,10 +32,7 @@ RUN apt-get update && apt-get install -y \
        mount \
        openssl \
        pkg-config \
-       rpm2cpio \
        util-linux \
-       uuid-dev \
-       zip \
        wget \
        qemu-system-arm \
        qemu-system-misc \
@@ -58,10 +45,7 @@ RUN apt-get update && apt-get install -y \
        python3-virtualenv \
        python3-setuptools \
        virtualenv \
-       microcom \
        sudo \
-       libyaml-tiny-perl \
-       libyaml-libyaml-perl \
        && rm -rf /var/lib/apt/lists/*
 
 ENV GCC_VERSION=13.1.0
-- 
2.39.2


Reply via email to