install docker package

This commit is contained in:
lookshe 2025-01-13 20:20:17 +01:00
parent 7877f5471b
commit 0035d629c5

View file

@ -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