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