Skip to content

Commit

Permalink
Attempt to circumvent docker-compose regression (#7266)
Browse files Browse the repository at this point in the history
  • Loading branch information
phelpsdb authored Jan 22, 2024
1 parent b48855b commit 87f81b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tools/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ debian | ubuntu)
fi

# Install dependencies
sudo NEEDRESTART_MODE=l apt-get install -y \
sudo NEEDRESTART_MODE=l apt-get install -y --allow-downgrades \
git \
python3 \
python3-pip \
docker-ce \
docker-ce-cli \
containerd.io \
docker-buildx-plugin \
docker-compose-plugin
docker-compose-plugin='2.21.0-1~ubuntu.22.04~jammy'


# Add user to docker group
Expand Down

0 comments on commit 87f81b6

Please sign in to comment.