Package for Fedora 43
This commit is contained in:
parent
9e5d54afab
commit
44839b73e2
2 changed files with 31 additions and 17 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM fedora:42
|
||||
ARG BASE_IMAGE=fedora:42
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
# Minimal toolchain + rpm build tools + python build deps.
|
||||
# NOTE: rpmbuild does NOT auto-install BuildRequires. Since we're building
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue