From 70112d3cc7e0fd70c59182236d6c65873b3a09a6 Mon Sep 17 00:00:00 2001
From: Neil Schark <neil.schark@h-da.de>
Date: Tue, 31 Oct 2023 14:50:57 +0000
Subject: [PATCH] more netlink deps

---
 .gitlab/ci/integration-tests.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab/ci/integration-tests.Dockerfile b/.gitlab/ci/integration-tests.Dockerfile
index b26a1a604..b66773132 100644
--- a/.gitlab/ci/integration-tests.Dockerfile
+++ b/.gitlab/ci/integration-tests.Dockerfile
@@ -12,7 +12,7 @@ RUN bash -c "$(curl -sL https://get.containerlab.dev)" -- -v ${CLAB_VERSION}
 
 FROM ${GITLAB_PROXY}docker:latest
 
-RUN apk add --update bash make curl sed tar gzip libnl3 libnl3-dev linux-headers
+RUN apk add --update bash make curl sed tar gzip libnl3 libnl libnl3-dev linux-headers
 
 COPY --from=GO-BASELINE /usr/local/go/ /usr/local/go/
 ENV PATH="/usr/local/go/bin:${PATH}"
-- 
GitLab