Skip to content
Snippets Groups Projects
Verified Commit 0f1345f4 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

ci: replace alpine base image with debian

parent d704292a
No related branches found
No related tags found
No related merge requests found
Pipeline #4527 passed
...@@ -14,12 +14,14 @@ stages: ...@@ -14,12 +14,14 @@ stages:
build-openapi-scheme: build-openapi-scheme:
stage: build stage: build
image: python:3.10-alpine image: python:3.10-slim
variables: variables:
OPENAPI_JSON: ./public/api.json OPENAPI_JSON: ./public/api.json
before_script: before_script:
- apk add gcc musl-dev zlib-dev jpeg-dev libmagic openldap-dev - apt-get update
- pip install poetry==1.4.0 - apt-get install -y gcc libldap2-dev libsasl2-dev libmagic-dev
- pip install --upgrade pip
- pip install poetry==1.5.1
- poetry install --without dev,test --no-root - poetry install --without dev,test --no-root
script: script:
- mkdir public - mkdir public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment