Add dependencies to build diagrams

This commit is contained in:
Khue Doan 2021-08-23 00:49:34 +07:00
parent 56bf5408e6
commit b9f3a456b1
4 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.venv/
book/
build/
terraform-*-tmp-*/

View File

@ -5,7 +5,9 @@ default: book
.PHONY: diagrams
diagrams:
cd diagrams \
&& python *
&& python3 -m venv .venv \
&& pip3 install -r requirements.txt \
&& python3 *
.PHONY: book
book:

View File

@ -0,0 +1 @@
diagrams

View File

@ -16,6 +16,7 @@ RUN yes | pacman --sync --refresh \
docker \
docker-compose \
git \
graphviz \
helm \
kubectl \
libisoburn \