From cca208104033c960b101c3395f6c45e6857b4e65 Mon Sep 17 00:00:00 2001 From: tuutti Date: Wed, 20 Mar 2024 14:52:23 +0200 Subject: [PATCH] Install GNU grep --- ci/drupal/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/drupal/Dockerfile b/ci/drupal/Dockerfile index a1eff03..407a5b7 100644 --- a/ci/drupal/Dockerfile +++ b/ci/drupal/Dockerfile @@ -12,6 +12,7 @@ RUN apk add --no-cache \ # 'make cast-spell' has dependency to bash make \ bash \ + grep \ jq \ gnupg \ coreutils \