fix: update apk packages in workflow deploy
All checks were successful
Deploy / Prepare Build (push) Successful in 3m36s
All checks were successful
Deploy / Prepare Build (push) Successful in 3m36s
This commit is contained in:
parent
d20364b397
commit
4d1729c0cf
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add --no-cache git bash openssh python3 py3-pip
|
apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib
|
||||||
python3 -m pip install --user ansible --break-system-packages
|
python3 -m pip install --user ansible --break-system-packages
|
||||||
export PATH="/root/.local/bin:$PATH"
|
export PATH="/root/.local/bin:$PATH"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user