From: Andrew Cooper Date: Tue, 15 Feb 2022 20:49:10 +0000 (+0000) Subject: CI: Add gnu grep to alpine containers X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~1006 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=47052d8cca272efe262d58cb9f861e71be1e6fc2;p=xen.git CI: Add gnu grep to alpine containers A forthcoming change is going to want more support than busybox's grep can provide. Signed-off-by: Andrew Cooper Reviewed-by: Anthony PERARD --- diff --git a/automation/build/alpine/3.12.dockerfile b/automation/build/alpine/3.12.dockerfile index 4ee3ddc12e..4cce7ab926 100644 --- a/automation/build/alpine/3.12.dockerfile +++ b/automation/build/alpine/3.12.dockerfile @@ -26,6 +26,7 @@ RUN \ # gettext for Xen < 4.13 apk add gettext && \ apk add git && \ + apk add grep && \ apk add iasl && \ apk add libaio-dev && \ apk add linux-headers && \