From ef7102ef9f6e0bbf824eaa417da3c31837e139fa Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 10 Nov 2024 03:10:56 +0100 Subject: [PATCH] ci(azure-pipelines): try docker build --- azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 753c66727..7da1e371e 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -45,6 +45,7 @@ jobs: steps: - script: | id + docker build --help sudo apt-get -y update sudo apt-get -y install buildah buildah bud -t fradrive-backend-test --volume .:/mnt/fradrive --file docker/backend/Dockerfile