1

私の Drone.yml ファイルは次のとおりです。エラーが発生し続けますunable to locate package git. 何か提案はありますか?

 pipeline:
        build:  
            image: python:3.5.1-slim
            commands:
                - apt update && apt install git-core
                - pip install -r requirements.txt
                - nosetests --with-coverage --cover-erase --cover-package 
4

1 に答える 1