From 6ccdfc95c331f328ba71dfb5f6f36702f87338c6 Mon Sep 17 00:00:00 2001 From: "James Z.M. Gao" Date: Tue, 3 May 2016 08:53:33 +0800 Subject: add Dockerfile --- content/etc/profile.d/java.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 content/etc/profile.d/java.sh (limited to 'content/etc/profile.d') diff --git a/content/etc/profile.d/java.sh b/content/etc/profile.d/java.sh new file mode 100644 index 0000000..a6aff28 --- /dev/null +++ b/content/etc/profile.d/java.sh @@ -0,0 +1 @@ +which java &>/dev/null || PATH="$PATH":"$JAVA_HOME"/bin -- cgit v1.2.3