diff --git a/tools/Dockerfile b/tools/Dockerfile index 4dc8b638..91820d19 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -27,4 +27,7 @@ RUN yes | pacman --sync --refresh \ p7zip \ python \ python-netaddr \ - terraform + terraform \ + python-pip + +RUN pip install docker-compose \ No newline at end of file