diff --git a/.drone.yml b/.drone.yml index 94774c0..61adb03 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,11 +6,11 @@ steps: - name: build image: python:3.9 commands: + - apt-get update && apt-get install -y --no-install-recommends patchelf - python -m venv venv - chmod +x venv/bin/activate - ./venv/bin/activate - pip install -r requirements.txt - - apt install patchelf - python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py - name: push-artifacts