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

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