Skip to content

Commit

Permalink
install docker differently
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Sep 21, 2023
1 parent b5f1214 commit af6af17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,10 @@ jobs:
wget -O babylonnode https://github.com/radixdlt/babylon-nodecli/releases/download/2.0.0/babylonnode-ubuntu-22.04
chmod +x ./babylonnode
./babylonnode docker dependencies
apt-get update
apt-get -qy full-upgrade
apt-get install -qy curl
curl -sSL https://get.docker.com/ | sh
- name: "Execute User Flow: Install Core, Gateway and Monitoring on the same host"
run: |
export DOCKER_COMPOSE_LOCATION="/usr/local/bin/docker-compose"
Expand Down

0 comments on commit af6af17

Please sign in to comment.