Skip to content

Commit

Permalink
Add prism launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWright1324 committed May 31, 2024
1 parent 6e26e97 commit 00fb97c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN sed -i 's/#Color/Color/g' /etc/pacman.conf && \
echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers

RUN pacman -Syu \
git wget fuse3 \
nano git wget fuse3 \
xorg-server vulkan-tools plasma-desktop xdg-desktop-portal-kde \
plasma-pa kde-gtk-config pkg-config \
firefox konsole dolphin \
Expand All @@ -36,6 +36,7 @@ RUN git clone https://aur.archlinux.org/paru-bin.git --single-branch && \
makepkg -si --noconfirm && \
cd .. && \
rm -drf paru-bin
RUN paru --noconfirm -S prismlauncher-bin jre17-openjdk
USER root
WORKDIR /

Expand Down

0 comments on commit 00fb97c

Please sign in to comment.