ci(azure-pipelines): use sudo
This commit is contained in:
parent
66c2c0bd18
commit
5013bcb8e5
@ -45,7 +45,7 @@ jobs:
|
||||
steps:
|
||||
- script: |
|
||||
id
|
||||
apt-get -y update
|
||||
apt-get -y install buildah
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install buildah
|
||||
buildah bud -t fradrive-backend-test --volume .:/mnt/fradrive --file docker/backend/Dockerfile
|
||||
displayName: Build buildah image
|
||||
Loading…
Reference in New Issue
Block a user