Fix: Remove docker-compose-plugin (use docker compose v2)
This commit is contained in:
@@ -132,7 +132,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
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
|
mkdir -p ~/.ssh
|
||||||
chmod 700 ~/.ssh
|
chmod 700 ~/.ssh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user