Fix: Remove docker-compose-plugin (use docker compose v2)
This commit is contained in:
@@ -132,7 +132,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update && apt-get install -y bash openssh-client curl docker.io docker-compose-plugin
|
||||
apt-get update && apt-get install -y bash openssh-client curl docker.io
|
||||
mkdir -p ~/.ssh
|
||||
chmod 700 ~/.ssh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user