mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-14 12:25:21 +00:00
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
# Use generic ubuntu Linux on AArch64
|
|
FROM aarch64/ubuntu
|
|
|
|
COPY /jdk /jdk
|
|
|
|
ENV JAVA_HOME=/jdk
|
|
|
|
CMD ["/bin/bash"]
|