installing build-essential

This commit is contained in:
2026-03-16 17:22:39 -07:00
parent 536fe177be
commit 7b06e9c6dd

View File

@@ -41,7 +41,7 @@ secret_detection:
install: install:
stage: install stage: install
script: script:
- apt-get update -qq && apt-get install -y -qq libcap-dev - apt-get update -qq && apt-get install -y -qq build-essential libcap-dev
- pip install poetry==$POETRY_VERSION - pip install poetry==$POETRY_VERSION
- poetry install --no-interaction - poetry install --no-interaction
artifacts: artifacts: