change ADD url

This commit is contained in:
Anders Rytter Hansen 2025-02-05 22:18:26 +01:00
commit 9b6bf4f57f

View file

@ -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