diff --git a/docker-compose/cosmos/docker-compose.yml b/docker-compose/cosmos/docker-compose.yml index e928cee..b581e2f 100644 --- a/docker-compose/cosmos/docker-compose.yml +++ b/docker-compose/cosmos/docker-compose.yml @@ -2,4 +2,4 @@ version: '3' services: cosmos: image: debian:latest - command: git clone https://github.com/cryptotuxorg/cryptotux && bash ./cryptotx/install/cosmos.sh + command: sh -c "apt-get update && apt-get install -y sudo git && git clone https://github.com/cryptotuxorg/cryptotux.git && bash ./cryptotux/install/cosmos.sh"