]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: remove dash from alpine container to increase test coverage
authorJo Zzsi <jozzsicsataban@gmail.com>
Thu, 24 Oct 2024 12:21:32 +0000 (08:21 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Thu, 24 Oct 2024 13:05:37 +0000 (09:05 -0400)
test/container/Dockerfile-alpine

index 3135c30d93e9910ae351dc6bd23bfcff0cf7ac78..63e6c64e383ac511b820aefcacab0de75982d1df 100644 (file)
@@ -6,6 +6,10 @@ ENV CC=clang
 
 # ovmf is not installed as systemd-boot-efistub is not available
 # see https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/61369
+
+# dash is not installed to run test suite only with busybox and bash
+# (without requiring dash)
+
 RUN apk add --no-cache \
     asciidoc \
     asciidoctor \
@@ -22,7 +26,6 @@ RUN apk add --no-cache \
     cpio \
     cryptsetup \
     curl \
-    dash \
     device-mapper \
     dhclient \
     dmraid \