headless jre?

This commit is contained in:
mrkrk 2024-08-31 17:12:58 +03:00 committed by GitHub
parent 1f528c83d9
commit 25d85984ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 apt-get update && apt-get install wget jq openjdk-21-jre RUN install_packages wget jq openjdk-21-jre-headless
COPY . / COPY . /