mirror of
https://github.com/minio/minio.git
synced 2025-07-13 02:51:05 -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
|
COMPOSE_VERSION=v2.35.1
|
||||||
mkdir -p /tmp/gopath/bin/
|
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
|
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
|
cleanup
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user