Skip to content

Commit

Permalink
Minimal images do not include a package manager which is required
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Mar 16, 2023
1 parent a3efac1 commit 185ef41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
matrix:
container:
- image: "rockylinux"
version: "8-minimal"
version: "8"
- image: "rockylinux"
version: "9-minimal"
version: "9"
- image: "almalinux"
version: "8-minimal"
version: "8"
- image: "almalinux"
version: "9-minimal"
version: "9"
- image: "ubuntu"
version: "22.04"
steps:
Expand Down

0 comments on commit 185ef41

Please sign in to comment.