1 # Use generic ubuntu Linux on AArch64
   2 FROM aarch64/ubuntu
   3 
   4 COPY /jdk /jdk
   5 
   6 ENV JAVA_HOME=/jdk
   7 
   8 CMD ["/bin/bash"]