diff --git a/.drone.yml b/.drone.yml index b332295..80b5b1a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: python:alpine commands: - pip install -r requirements.txt - - apk add build-base + - apk add build-base patchelf - pip install nuitka - python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename="ProxmoxDeploy${DRONE_TAG##v}.exe" - name: gitea_release