install docker package
This commit is contained in:
parent
7877f5471b
commit
0035d629c5
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: docker.io/alpine:3.21.2
|
image: docker.io/alpine:3.21.2
|
||||||
steps:
|
steps:
|
||||||
- run: apk update && apk add --no-cache nodejs git
|
- run: apk update && apk add --no-cache nodejs git docker
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://github.com/docker/setup-buildx-action@v3
|
- uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
|
Loading…
Reference in a new issue