Skip to content

Commit

Permalink
fix(ci): Drop docker-compose from bootstrap install (vectordotdev#18407)
Browse files Browse the repository at this point in the history
It seems like it might be causing `docker-ce` to be uninstalled.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Sep 20, 2023
1 parent 0982551 commit d9db2e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/environment/bootstrap-ubuntu-20.04.sh
Expand Up @@ -23,14 +23,13 @@ apt install --yes \
apt upgrade --yes

# Deps
apt install --yes \
apt install --yes --no-install-recommends \
awscli \
build-essential \
ca-certificates \
cmake \
cmark-gfm \
curl \
docker-compose \
gawk \
gnupg2 \
gnupg-agent \
Expand Down

0 comments on commit d9db2e0

Please sign in to comment.