From 3a41a5ae2d7976b93bf8965a2f88aef24a762d75 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 30 Aug 2021 13:50:13 +0700 Subject: [PATCH] Add Python diagrams to tools container --- tools/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/Dockerfile b/tools/Dockerfile index bdda61aa..b6c664f9 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -25,7 +25,11 @@ RUN yes | pacman --sync --refresh \ p7zip \ python \ python-netaddr \ + python-pip \ terraform \ zsh +RUN pip install \ + diagrams + CMD [ "/bin/zsh" ]