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