fix(deploy): install docker-cli and docker-cli-compose inside alpine runner container natively
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 4m42s

This commit is contained in:
윤희준
2026-08-14 16:55:54 +09:00
parent a8ca65657a
commit 6e65228fb9
2 changed files with 1 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
apt-get update
apt-get install -y nodejs git openjdk-21-jdk rsync
elif command -v apk &> /dev/null; then
apk add --no-cache nodejs git openjdk21 rsync
apk add --no-cache nodejs git openjdk21 rsync docker-cli docker-cli-compose
fi
- name: Checkout Code

View File

@@ -108,8 +108,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /home/ubuntu/app/ax_hub_mcp_tool:/app
- ./act_runner_data:/data
- /usr/bin/docker:/usr/bin/docker
- /usr/libexec/docker/cli-plugins/docker-compose:/usr/libexec/docker/cli-plugins/docker-compose
restart: always
was-pro: