From 331e2357cfc76ee760742a45365f407830c1399f Mon Sep 17 00:00:00 2001 From: Valentin Obst Date: Tue, 2 Apr 2024 17:27:14 +0200 Subject: [PATCH] docker/lkm_samples: do not install 'aptitude' --- test/lkm_samples/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lkm_samples/Dockerfile b/test/lkm_samples/Dockerfile index 41e785b7d..2d77d99f8 100644 --- a/test/lkm_samples/Dockerfile +++ b/test/lkm_samples/Dockerfile @@ -13,7 +13,6 @@ RUN set -x && \ apt-get update && \ apt-get install -y -q apt-utils dialog && \ apt-get install -y -q \ - aptitude \ bc \ bison \ bsdmainutils \