You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
183 B
Docker

FROM ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main
ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
RUN apt-get update && \
apt-get install --assume-yes openjdk-11-jdk-headless