ci(azure-pipelines): use sudo

This commit is contained in:
Sarah Vaupel 2024-11-10 03:09:14 +01:00
parent 66c2c0bd18
commit 5013bcb8e5

View File

@ -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