-
-
Save nkavian/4726b597ac93abc3af2de0b1bd76e70b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM debian:sid-slim | |
| ADD jdk-10-ea+39_linux-x64_bin.tar.gz /java | |
| ENTRYPOINT ["/java/jdk-10/bin/jshell", "-q"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment