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