From 1e07ce3ec543757440e394637c816824239d6e4d Mon Sep 17 00:00:00 2001 From: Loc Mai Date: Sun, 5 Dec 2021 21:48:14 +0700 Subject: [PATCH 1/2] fix (tools): Fix docker-compose package required --- tools/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/Dockerfile b/tools/Dockerfile index 4dc8b6383d..91820d193b 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 From 8ff22df3c128414292f7adc253a22b6ded6a8878 Mon Sep 17 00:00:00 2001 From: Loc Mai Date: Sun, 5 Dec 2021 21:57:33 +0700 Subject: [PATCH 2/2] add new line, alphabet sorted --- tools/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/Dockerfile b/tools/Dockerfile index 91820d193b..ef2e51a03c 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -27,7 +27,7 @@ RUN yes | pacman --sync --refresh \ p7zip \ python \ python-netaddr \ - terraform \ - python-pip + python-pip \ + terraform -RUN pip install docker-compose \ No newline at end of file +RUN pip install docker-compose