Skip to content

Commit d9db2e0

Browse files
committed
fix(ci): Drop docker-compose from bootstrap install (#18407)
It seems like it might be causing `docker-ce` to be uninstalled. Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 0982551 commit d9db2e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/environment/bootstrap-ubuntu-20.04.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ apt install --yes \
2323
apt upgrade --yes
2424

2525
# Deps
26-
apt install --yes \
26+
apt install --yes --no-install-recommends \
2727
awscli \
2828
build-essential \
2929
ca-certificates \
3030
cmake \
3131
cmark-gfm \
3232
curl \
33-
docker-compose \
3433
gawk \
3534
gnupg2 \
3635
gnupg-agent \

0 commit comments

Comments
 (0)