From 5013bcb8e5a7be3a71012b359e2ad2cf4c3d3ea5 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 10 Nov 2024 03:09:14 +0100 Subject: [PATCH] ci(azure-pipelines): use sudo --- azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 89506a4d1..753c66727 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -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 \ No newline at end of file