Add Python diagrams to tools container

This commit is contained in:
Khue Doan 2021-08-30 13:50:13 +07:00
parent c27a50006f
commit 3a41a5ae2d

View File

@ -25,7 +25,11 @@ RUN yes | pacman --sync --refresh \
p7zip \
python \
python-netaddr \
python-pip \
terraform \
zsh
RUN pip install \
diagrams
CMD [ "/bin/zsh" ]