From da165bcf5d41e459921dc301443339b59fbcbc58 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Wed, 22 Nov 2023 18:54:55 +0100 Subject: [PATCH] add fuse --- containers/cachyos/base-gui.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/cachyos/base-gui.Dockerfile b/containers/cachyos/base-gui.Dockerfile index dcaa5f6..68ef0d0 100644 --- a/containers/cachyos/base-gui.Dockerfile +++ b/containers/cachyos/base-gui.Dockerfile @@ -8,7 +8,7 @@ RUN useradd -m --shell=/bin/false build && usermod -L build RUN echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers RUN echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers RUN chown -R build /app -RUN pacman -Sy --noconfirm yay bash bc curl diffutils findutils gnupg less lsof ncurses pinentry procps-ng shadow sudo time util-linux wget vte-common +RUN pacman -Sy --noconfirm yay bash bc curl diffutils findutils gnupg less lsof ncurses pinentry procps-ng shadow sudo time util-linux wget vte-common fuse RUN pacman -Sy --noconfirm fish htop RUN pacman -Sy --noconfirm libva libva-intel-driver libva-mesa-driver libva-utils intel-media-driver RUN pacman -Sy --noconfirm mesa opengl-driver vulkan-intel vulkan-radeon