ci(azure-pipelines): try docker build
This commit is contained in:
parent
5013bcb8e5
commit
ef7102ef9f
@ -45,6 +45,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
id
|
id
|
||||||
|
docker build --help
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get -y install buildah
|
sudo apt-get -y install buildah
|
||||||
buildah bud -t fradrive-backend-test --volume .:/mnt/fradrive --file docker/backend/Dockerfile
|
buildah bud -t fradrive-backend-test --volume .:/mnt/fradrive --file docker/backend/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user