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 Aug 28, 2023
1 parent dc66566 commit 41c5567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/environment/bootstrap-ubuntu-20.04.sh
Original file line number Diff line number Diff line change
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 41c5567

Please sign in to comment.