Fixup & update prismlauncher
This commit is contained in:
parent
d3d49238bf
commit
ce9cf6c25f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue