Switch to debian slim base for tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This makes improved builds speeds much faster since it supports wheels out of the box
This commit is contained in:
parent
af49bee4e5
commit
d0670c0c9f
@ -9,9 +9,10 @@ workspace:
|
||||
steps:
|
||||
|
||||
- name: test
|
||||
image: python:3-alpine
|
||||
image: python:3-slim
|
||||
commands:
|
||||
- apk add bash shellcheck make gcc musl-dev libffi-dev openssl-dev
|
||||
- apt-get update
|
||||
- apt-get install --no-install-recommends make
|
||||
- pip install docker-compose
|
||||
- make all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user