mirror of
https://github.com/grey-cat-1908/portable-mc-server.git
synced 2024-11-11 18:57:27 +03:00
java17
This commit is contained in:
parent
25d85984ca
commit
2d610a3264
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM balenalib/%%BALENA_MACHINE_NAME%%-debian:latest
|
||||||
|
|
||||||
ENV DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
|
ENV DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
|
||||||
|
|
||||||
RUN install_packages wget jq openjdk-21-jre-headless
|
RUN install_packages wget jq openjdk-17-jre
|
||||||
|
|
||||||
COPY . /
|
COPY . /
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue