From 9b6bf4f57ffd6894b01f1461bc68fcd40c3e4681 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Wed, 5 Feb 2025 22:18:26 +0100 Subject: [PATCH] change ADD url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8417bb4..29f0e3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG KERNEL=kernel-cachyos-lts-lto-skylake ENV KERNEL=${KERNEL} # Get list of kernels from CachyOS LTO repo. If the list has been updated, then akmods will be rebuilt. If it hasn't been updated, then caching of the previous build will be used. -ADD "https://copr.fedorainfracloud.org/api_3/build/list?ownername=bieszczaders&projectname=kernel-cachyos-lto&packagename=kernel-cachyos-lto" /tmp/builds.txt +ADD "https://copr.fedorainfracloud.org/api_3/build/list?ownername=andersrh&projectname=my-ostree-os&packagename=kernel-cachyos-lts-lto-skylake" /tmp/builds.txt RUN dnf -y update && dnf -y install wget