FROM ubuntu:16.04 MAINTAINER FOSSEE # Update Packages and Install Python & net-tools RUN apt-get update && \ apt-get install -y software-properties-common && \ echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \ add-apt-repository -y ppa:webupd8team/java && \ apt-get update && \ apt-get install -y oracle-java8-installer && \ apt-get install -y sudo software-properties-common python net-tools git python3-pip vim libmysqlclient-dev scilab build-essential