diff --git a/.drone.yml b/.drone.yml index a75baec..372d1cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: generate control image: debian:bookworm commands: - - apt-get -qy update && apt-get install git + - apt-get -qy update && apt-get -qy install git - scripts/generate_control.sh - name: build amd64 @@ -50,7 +50,7 @@ steps: - name: generate control image: debian:bookworm commands: - - apt-get -qy update && apt-get install git + - apt-get -qy update && apt-get -qy install git - scripts/generate_control.sh - name: build arm64