Adding apt install of libcap-dev

This commit is contained in:
2026-03-16 17:21:12 -07:00
parent 1daa071bbe
commit 536fe177be

View File

@@ -6,7 +6,7 @@
# Note that environment variables can be set in several places # Note that environment variables can be set in several places
# See https://docs.gitlab.com/ci/variables/#cicd-variable-precedence # See https://docs.gitlab.com/ci/variables/#cicd-variable-precedence
default: default:
image: python:3.13-slim image: python:3.12-slim
cache: cache:
key: key:
@@ -41,6 +41,7 @@ secret_detection:
install: install:
stage: install stage: install
script: script:
- apt-get update -qq && apt-get install -y -qq libcap-dev
- pip install poetry==$POETRY_VERSION - pip install poetry==$POETRY_VERSION
- poetry install --no-interaction - poetry install --no-interaction
artifacts: artifacts: