From 4519918292a327307bf0e904fb7e78829d040eed Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 10 Nov 2024 03:07:44 +0100 Subject: [PATCH] ci(azure-pipelines): add debugging info to buildah install --- azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index a55c25af7..afa404e03 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -44,6 +44,7 @@ jobs: endpoint: devfra steps: - script: | + id apt-get -y update apt-get -y install buildah buildah bud -t fradrive-backend-test --volume .:/mnt/fradrive --file docker/backend/Dockerfile