I needed python3-dev, tested in a local docker container
This commit is contained in:
parent
b5fb248274
commit
b191a73333
@ -9,7 +9,7 @@ stages:
|
||||
linting:
|
||||
stage: linting
|
||||
before_script:
|
||||
- apk add --no-cache python3 build-base python-dev docker
|
||||
- apk add --no-cache python3 python3-dev build-base docker
|
||||
- pip3 install pylint
|
||||
- pip3 install -r app/requirements.txt
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user