From d736c881808cc3638d5047ab56b929f68a90ca1d Mon Sep 17 00:00:00 2001 From: hexeth <7627137+hexeth@users.noreply.github.com> Date: Fri, 7 Oct 2022 15:14:49 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index becf7bc..3c823e0 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://packages.aosc.io/ libva-utils \ + && apk add --no-cache -X https://packages.altlinux.org/en/p10/packages/ libva-utils \ && mkdir -p "$OUTPUT/usr/bin" \ && cp -a /usr/bin/vainfo "$OUTPUT/usr/bin" \ && mkdir -p "$OUTPUT/usr/lib" \