Dockerfile-BasicTest-s390x 73 字节
Newer Older
1 2 3 4 5 6 7
FROM s390x/ubuntu

COPY /jdk /jdk

ENV JAVA_HOME=/jdk

CMD ["/bin/bash"]