Use terrapkg/builder image (#124)

This commit is contained in:
lleyton
2023-01-14 22:33:26 +00:00
committed by GitHub
parent ba3482bdc1
commit 5507bf9ff2
6 changed files with 7 additions and 57 deletions
+1 -7
View File
@@ -11,15 +11,9 @@ jobs:
autoupdate:
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:37
image: ghcr.io/terrapkg/builder:nightly
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Install packages
run: |
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra37.repo
dnf install -y rpmdevtools git python anda
- name: Checkout
uses: actions/checkout@v3
with: