Update to 0.8.4
This commit is contained in:
parent
6b226b1b14
commit
714784223a
6 changed files with 373 additions and 327 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM fedora:42
|
||||
ARG BASE_IMAGE=fedora:43
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
# rpmbuild in a container does not auto-install BuildRequires. Since we're
|
||||
# building directly in Docker (not mock), we pre-install the common deps that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue