diff --git a/.drone.yml b/.drone.yml index e5d20c1..efa166a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,9 @@ workspace: steps: - name: build - image: debian:unstable + image: python:latest commands: - - apt update && apt install -y wget patchelf python3-pip + - apt update && apt install -y wget patchelf - ./install.sh when: event: