collection.dockerfile/alpine/terraform13/build.sh

4 lines
96 B
Bash
Raw Normal View History

2024-02-01 22:13:51 +08:00
#!/bin/bash
export DOCKER_BUILDKIT=1
docker buildx build --network host -t alpine/terraform13 .