mirror of
https://github.com/grey-cat-1908/portable-mc-server.git
synced 2024-11-11 18:57:27 +03:00
fix?? v2
This commit is contained in:
parent
01205b8c7f
commit
1f528c83d9
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-jdk
|
RUN apt-get update && apt-get install wget jq openjdk-21-jre
|
||||||
|
|
||||||
COPY . /
|
COPY . /
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue