From 0999173f75128f54ca78a5eb01388b14a8d2e5cd Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Mon, 6 Nov 2023 09:53:16 +0100 Subject: [PATCH] add mesa-utils --- containers/cachyos/general/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/cachyos/general/Dockerfile b/containers/cachyos/general/Dockerfile index 7f7c709..f1bd1c0 100644 --- a/containers/cachyos/general/Dockerfile +++ b/containers/cachyos/general/Dockerfile @@ -6,7 +6,7 @@ USER build RUN yay -Sy --noconfirm vscodium-bin USER root -RUN pacman -Sy --noconfirm yt-dlp +RUN pacman -Sy --noconfirm yt-dlp mesa-utils COPY containers/general/bin/* /usr/local/bin/ RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/flatpak