From ea4ada206b760de2571f25ff14cab6a745730700 Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Tue, 8 Feb 2022 11:41:34 +0100
Subject: [PATCH] Add missing requirement for CI linting

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29144715f..875524fee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ frontend-lint:
 
   before_script:
     - npm ci
-    - apk add py3-pip bash git
+    - apk add py3-pip bash git build-base python3-dev
     - pip3 install pre-commit
 
   script:
-- 
GitLab