Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 3, 2023
1 parent 78f9152 commit cddaa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/scripts/run-test-executive-minimina.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apt-get install --allow-downgrades -y "minimina"

echo "deb [trusted=yes] https://apt.releases.hashicorp.com bullseye main" | tee /etc/apt/sources.list.d/hashicorp.list
apt-get update
apt-get install --allow-downgrades -y "terraform"
apt-get install -y "terraform" "docker" "docker-compose"

echo "Installing mina daemon package: mina-test-executive=${MINA_DEB_VERSION}"
echo "deb [trusted=yes] http://packages.o1test.net $MINA_DEB_CODENAME $MINA_DEB_RELEASE" | tee /etc/apt/sources.list.d/mina.list
Expand Down

0 comments on commit cddaa90

Please sign in to comment.