From 826cf11d76f49664eca160200e25c9c37c83521d Mon Sep 17 00:00:00 2001 From: hexeth <7627137+hexeth@users.noreply.github.com> Date: Fri, 7 Oct 2022 14:35:48 -0700 Subject: [PATCH] Force build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3cbdf9a..8b5596a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ RUN apk add xf86-video-amdgpu linux-firmware-amdgpu --no-cache --update-cache \ from ghcr.io/linuxserver/plex:latest ARG OUTPUT -# Install AMD drivers +# Install AMD drivers for HW decoding RUN apt-get update \ && apt-get install -y software-properties-common \ && add-apt-repository ppa:oibaf/graphics-drivers -y \