From 52606cadc8efbeda46e542536298fc48a32ec01c Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Sun, 21 Dec 2025 12:40:36 -0500 Subject: [PATCH] ci(alpine): simplify CI container after Alpine v3.23 release The upstream dracut-tests package in Alpine v3.23 already installs dracut build dependencies, no need to repeat them here. Simplify the package list of the dracut CI. Alpine v3.23 stable has been released on 2025-12-03. Follow-up to 353373e99b37ef30e9fc218a3766d379e6c1af5b . --- test/container/Dockerfile-alpine | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/test/container/Dockerfile-alpine b/test/container/Dockerfile-alpine index f3dc15590..cd81707c4 100644 --- a/test/container/Dockerfile-alpine +++ b/test/container/Dockerfile-alpine @@ -26,16 +26,7 @@ ARG DISTRIBUTION # Packages to pass the BASIC test # Use dracut-tests package to install dependencies for test suite RUN apk add --no-cache \ - asciidoctor \ - dracut-tests \ - file \ - gcc \ - kmod \ - kmod-dev \ - linux-virt \ - make \ - musl-dev \ - musl-fts-dev + dracut-tests # Packages for recent changes that are not yet released or packaged by dracut-tests RUN apk add --no-cache \ -- 2.47.3