mirror of
https://github.com/minio/minio.git
synced 2025-04-24 04:10:43 -04:00
fix: permissions for docker-compose
This commit is contained in:
parent
43aa8e4259
commit
0379d6a37f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user