mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
switch back to minimal and add bash
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user