Skip to content

Commit

Permalink
alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 21, 2024
1 parent 687d247 commit c763c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distro_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "debian", "archlinux", "fedora", "gentoo/python", "python:3.10-alpine", "kalilinux/kali-rolling", "parrotsec/parrot", "archlinux/archlinux"]
os: ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "debian", "archlinux", "fedora", "gentoo/python", "python:3.10-alpine", "kalilinux/kali-rolling", "parrotsec/security", "archlinux/archlinux"]
steps:
- uses: actions/checkout@v4
- name: Install Python and Poetry
Expand All @@ -36,7 +36,7 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install pipx
elif [ "$ID" = "alpine" ]; then
apk add --no-cache bash python3 py3-pip gcc musl-dev libffi-dev
apk add --no-cache bash python3 py3-pip gcc g++ musl-dev libffi-dev
python3 -m pip install --upgrade pip
python3 -m pip install pipx
elif [ "$ID" = "arch" -o "$ID" = "archlinux" ]; then
Expand Down

0 comments on commit c763c1e

Please sign in to comment.