From 47052d8cca272efe262d58cb9f861e71be1e6fc2 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Tue, 15 Feb 2022 20:49:10 +0000 Subject: [PATCH] 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 --- automation/build/alpine/3.12.dockerfile | 1 + 1 file changed, 1 insertion(+) 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 && \ -- 2.30.2