diff --git a/.gitlab/ci/integration-tests.Dockerfile b/.gitlab/ci/integration-tests.Dockerfile
index b26a1a604952737c28aea2e5e411f12ed07329d4..b6677313203ccab9d7a65adc8269a2898963cc18 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}"