From 632c9e33064cabebdfe404b84cbe1534b9b4e1c9 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 13 Sep 2025 21:18:12 +0200 Subject: [PATCH] update salt-build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: