From 4d1729c0cf0f205fb17a864ee06dc1d2dd6b5f99 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sun, 6 Oct 2024 01:23:01 +1000 Subject: [PATCH] fix: update apk packages in workflow deploy --- .gitea/workflows/deploy-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-containers.yml b/.gitea/workflows/deploy-containers.yml index 9657443..741e2c4 100644 --- a/.gitea/workflows/deploy-containers.yml +++ b/.gitea/workflows/deploy-containers.yml @@ -14,7 +14,7 @@ jobs: - name: Install dependencies run: | 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 export PATH="/root/.local/bin:$PATH"