change ADD url
This commit is contained in:
parent
34b5b964f3
commit
9b6bf4f57f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue