Skip to content
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN sed -i 's/#Color/Color/g' /etc/pacman.conf && \
firefox discover konsole dolphin kate \
flatpak steam lutris \
prismlauncher jre17-openjdk jre21-openjdk \
godot libresprite blender gimp \
# Dependencies
cargo rye \
--noconfirm && \
Expand All @@ -34,6 +35,7 @@ RUN git clone https://aur.archlinux.org/yay-bin.git --single-branch && \
cd .. && \
rm -drf yay-bin
# RUN yay --noconfirm -S PKGNAME
RUN yay --noconfirm -S unityhub
USER root
WORKDIR /

Expand Down