Fixup & update prismlauncher

This commit is contained in:
Peter Cai 2025-02-16 15:13:36 -05:00
parent d3d49238bf
commit ce9cf6c25f

View file

@ -8,7 +8,9 @@ RUN mkdir -p /etc/apt/sources.list.d
COPY ./prebuilt-mpr.list /etc/apt/sources.list.d/prebuilt-mpr.list
RUN apt-get -y update && apt-get -y install prismlauncher qtwayland5 openjdk-17-jdk
RUN apt-get -y update && apt-get -y install curl fonts-dejavu java-common && cd /tmp && curl -sLO https://builds.openlogic.com/downloadJDK/openlogic-openjdk/22.0.2+9/openlogic-openjdk-22.0.2+9-linux-x64-deb.deb && dpkg -i openlogic-openjdk-22.0.2+9-linux-x64-deb.deb && rm -rf openlogic-openjdk-22.0.2+9-linux-x64-deb.deb
RUN apt-get -y update && apt-get -y install prismlauncher qt6-wayland libqt6network6 qt6-qpa-plugins libglfw3-wayland
USER user