Build Java Docker Image from Ubuntu: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with " docker history chorke/ebis service status ssh service --status-all printenv apt -y install git apt -y install openjdk-8-jdk apt -y install zip wget http://cdn.chor...")
 
No edit summary
Line 7: Line 7:
  apt -y install git
  apt -y install git
  apt -y install openjdk-8-jdk
  apt -y install openjdk-8-jdk
  apt -y install zip
  apt -y install zip


  wget http://cdn.chorke.org/soft/comn/ant/apache-ant-1.9.9.zip &&
  wget http://cdn.chorke.org/soft/comn/ant/apache-ant-1.9.9.zip &&

Revision as of 12:25, 27 January 2018

docker history chorke/ebis
service status ssh
service --status-all
printenv
apt -y install git
apt -y install openjdk-8-jdk
apt -y install zip
wget http://cdn.chorke.org/soft/comn/ant/apache-ant-1.9.9.zip &&
unzip apache-ant-1.9.9.zip /opt/cli/
wget http://cdn.chorke.org/soft/comn/maven/apache-maven-3.3.9.zip &&
unzip apache-maven-3.3.9.zip -d cli/