FIX: added git to build container
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d5a3804136
commit
7efca653e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user