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: