We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193561d commit 4a3f510Copy full SHA for 4a3f510
resources/tools/docker-utils.sh
@@ -32,6 +32,8 @@ if ! hash docker 2>/dev/null; then
32
# chmod +x /usr/local/bin/docker-compose
33
# Install docker python dependency
34
pip install -U --no-cache-dir docker
35
+ # Install docker compose
36
+ pip install -U --no-cache-dir docker-compose
37
# Install ctop - Already installed?
38
echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
39
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
0 commit comments