From 3799e9e6895997781c1639d14c029bbce77b0edd Mon Sep 17 00:00:00 2001 From: hexeth <7627137+hexeth@users.noreply.github.com> Date: Fri, 7 Oct 2022 15:05:10 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e90f1b..becf7bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ARG DESTDIR WORKDIR /tmp/amd RUN apk add xf86-video-amdgpu linux-firmware-amdgpu --no-cache --update-cache \ - && apk add --no-cache -X https://repology.org/repository/aosc libva-utils \ + && apk add --no-cache -X https://packages.aosc.io/ libva-utils \ && mkdir -p "$OUTPUT/usr/bin" \ && cp -a /usr/bin/vainfo "$OUTPUT/usr/bin" \ && mkdir -p "$OUTPUT/usr/lib" \