use alpine apk

This commit is contained in:
Brendan McDevitt 2025-03-27 17:35:29 -05:00
parent 036a28ca7d
commit 8c8aff3946

View file

@ -12,10 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install SSH and Git
run: |
sudo apt-get update
sudo apt-get install -y openssh-client git
- name: Install Dependencies
run: |
apk update
apk add --no-cache \
openssh-client \
git \
curl \
ca-certificates
- name: Setup SSH
env: