fix: permissions for docker-compose

This commit is contained in:
Harshavardhana 2025-04-21 09:24:31 -07:00
parent 43aa8e4259
commit 0379d6a37f

View File

@ -72,6 +72,7 @@ __init__() {
COMPOSE_VERSION=v2.35.1
mkdir -p /tmp/gopath/bin/
wget -O /tmp/gopath/bin/docker-compose https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-linux-x86_64
chmod +x /tmp/gopath/bin/docker-compose
cleanup