diff --git a/test/container/Dockerfile-alpine b/test/container/Dockerfile-alpine index e5353b5a3..4074de4f4 100644 --- a/test/container/Dockerfile-alpine +++ b/test/container/Dockerfile-alpine @@ -1,10 +1,11 @@ FROM docker.io/alpine:latest +# prefer running tests with clang +ENV CC=clang + # ovmf is not installed as systemd-boot-efistub is not available # see https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/61369 - RUN apk add --no-cache \ - alpine-sdk \ asciidoc \ bash \ binutils \ @@ -14,6 +15,7 @@ RUN apk add --no-cache \ busybox \ bzip2 \ cargo \ + clang \ coreutils \ cpio \ cryptsetup \ @@ -28,6 +30,7 @@ RUN apk add --no-cache \ erofs-utils \ eudev \ findmnt \ + file \ f2fs-tools \ gawk \ git \