fedora-40: fix no buildah
Some checks failed
/ build (push) Failing after 33s

This commit is contained in:
thislight 2024-07-14 15:25:10 +08:00
parent aa55afa648
commit c9afabb81f
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
2 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,8 @@ jobs:
container:
image: code.lightstands.xyz/standcoded/fedora:40
steps:
- name: Install tools
run: dnf install -y --setopt install_weak_deps=False buildah
- name: Checkout
uses: actions/checkout@v3
- name: Fulfill Package Manager Cache

View file

@ -12,7 +12,7 @@ RUN dnf install -y --setopt install_weak_deps=False clang gcc
RUN dnf install -y --setopt install_weak_deps=False coreutils bash aria2 jq yq zstd brotli sqlite
RUN dnf group install -y --setopt install_weak_deps=False "Container Management" --exclude container-selinux
RUN dnf install -y --setopt install_weak_deps=False buildah podman --exclude container-selinux
# We don't clean up dnf cache since user may want to install packages for their use