From ee562f2a56f32803c1c548bdcd65c5aefe3096b0 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Fri, 8 Nov 2024 22:50:56 +1000 Subject: [PATCH] chore: use custom container for building --- .gitea/workflows/deploy-containers.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitea/workflows/deploy-containers.yml b/.gitea/workflows/deploy-containers.yml index ca747c0..b763530 100644 --- a/.gitea/workflows/deploy-containers.yml +++ b/.gitea/workflows/deploy-containers.yml @@ -11,14 +11,7 @@ jobs: runs-on: homelab container: git.comprofix.com/mmckinnon/alpine-runner:latest steps: - - name: Install dependencies - run: | - apk update - apk add --no-cache openssh - 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" - + - name: Checkout code uses: actions/checkout@v4 with: