switch back to minimal and add bash

This commit is contained in:
lleyton
2023-08-16 03:47:50 -07:00
committed by GitHub
parent 540ea53fc3
commit d1d0486050
+2 -2
View File
@@ -12,11 +12,11 @@ jobs:
fail-fast: true
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
image: registry.fedoraproject.org/fedora:${{ matrix.version }}
image: registry.fedoraproject.org/fedora-minimal:${{ matrix.version }}
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Install repositories
run: dnf install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel which
run: dnf5 install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel which bash
- uses: actions/setup-go@v3
with: