Skip to content

Commit 4a3f510

Browse files
committed
Add docker compose to docker utils
1 parent 193561d commit 4a3f510

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/tools/docker-utils.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ if ! hash docker 2>/dev/null; then
3232
# chmod +x /usr/local/bin/docker-compose
3333
# Install docker python dependency
3434
pip install -U --no-cache-dir docker
35+
# Install docker compose
36+
pip install -U --no-cache-dir docker-compose
3537
# Install ctop - Already installed?
3638
echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
3739
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -

0 commit comments

Comments
 (0)