install git in alpine

This commit is contained in:
Florian du Garage Num 2022-04-30 15:34:31 +02:00
parent 914548eb5e
commit d5963b5dab

View File

@ -1,6 +1,7 @@
image: python:3.9.2-alpine
before_script:
- apk update && apk install git
- pip install -r requirements.txt
test: