Skip to content

Commit

Permalink
Merge pull request #5 from locmai/fix/docker-missing
Browse files Browse the repository at this point in the history
fix(tools): fix docker-compose package required
  • Loading branch information
khuedoan committed Dec 5, 2021
2 parents b2b5179 + 8ff22df commit 90ebb96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ RUN yes | pacman --sync --refresh \
p7zip \
python \
python-netaddr \
python-pip \
terraform

RUN pip install docker-compose

0 comments on commit 90ebb96

Please sign in to comment.