💚 add docker to the bare alpine image
Some checks failed
Build OCI Images / build (push) Failing after 37s
Some checks failed
Build OCI Images / build (push) Failing after 37s
This commit is contained in:
parent
f76296627c
commit
1557fe18a1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: setup node
|
- name: setup node
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache libc6-compat git zstd
|
apk add --no-cache libc6-compat git zstd docker
|
||||||
apk update
|
apk update
|
||||||
yarn set version canary
|
yarn set version canary
|
||||||
yarn config set nodeLinker node-modules
|
yarn config set nodeLinker node-modules
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue