Skip to content

Commit

Permalink
Use sudo when installing disk-image-builder
Browse files Browse the repository at this point in the history
Change-Id: Ifb6783fdb559598ff7fcdbeea12833a32cf15715
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Oct 19, 2023
1 parent 5af29c6 commit ada69cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jjb/functest/xtesting-ci-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: xtesting-ci-vm-builder
builders:
- shell: |
DEBIAN_FRONTEND=noninteractive apt-get \
DEBIAN_FRONTEND=noninteractive sudo apt-get \
-o DPkg::Lock::Timeout=300 install install python3-diskimage-builder
export ELEMENTS_PATH=$(pwd)/ansible-role-xtesting/elements
export DIB_DEBIAN_COMPONENTS=main,contrib,non-free
Expand Down

0 comments on commit ada69cd

Please sign in to comment.