Update Dockerfile and spec files to include additional build dependencies and improve RPM handling

This commit is contained in:
2026-06-06 12:57:06 +02:00
parent f798ed5c99
commit 4447054c35
6 changed files with 83 additions and 14 deletions
+20
View File
@@ -0,0 +1,20 @@
<html>
<head>
<title>Libvips RPMs</title>
</head>
<body>
<h1>libvips RPMs</h1>
<p>noisy-lab-libvips.repo</p>
<code>
[noisy-lab-libvips-packages]
name=noisy-lab.com libvips packages
baseurl=https://rpms.noisy-lab.com/libvips/el10
enabled=1
gpgcheck=1
gpgkey=https://rpms.noisy-lab.com/RPM-GPG-KEY-marko
</code>
</body>
</html>