File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 3737# Don't prompt for answers during apt-get install
3838export DEBIAN_FRONTEND=noninteractive
3939
40- rm -f /etc/apt/sources.list.d/hashicorp.list
41-
4240apt-get update
43- apt-get install -y git apt-transport-https ca-certificates aptly tzdata curl
41+ apt-get install -y git \
42+ apt-transport-https \
43+ aptly \
44+ ca-certificates \
45+ curl \
46+ docker \
47+ docker-compose-plugin \
48+ docker-ce \
49+ tzdata
4450
4551git config --global --add safe.directory /workdir
4652
47- echo " deb [trusted=yes] https://apt.releases.hashicorp.com $MINA_DEB_CODENAME main" | tee /etc/apt/sources.list.d/hashicorp.list
48- apt-get update
49- apt-get install -y " docker" " docker-compose-plugin" " docker-ce"
5053
5154source buildkite/scripts/debian/install.sh " mina-test-executive"
5255
You can’t perform that action at this time.
0 commit comments