chore(): Install docker in the container
All checks were successful
build-container / docker (push) Successful in 12m47s
All checks were successful
build-container / docker (push) Successful in 12m47s
This commit is contained in:
parent
2acba51aaa
commit
6943169296
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ jobs:
|
|||
id: dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y -qq nodejs git
|
||||
apt-get install -y -qq nodejs curl git
|
||||
curl -sSL https://get.docker.com/ | sh
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in a new issue