update drone to debian
This commit is contained in:
parent
65764d78b4
commit
244abbb340
@ -9,6 +9,7 @@ steps:
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
# - apk add build-base patchelf
|
||||
- apt update -y
|
||||
- apt install build-essential patchelf -y
|
||||
- pip install nuitka
|
||||
- python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename="ProxmoxDeploy${DRONE_TAG##v}"
|
||||
|
Loading…
Reference in New Issue
Block a user