summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile11
1 files changed, 4 insertions, 7 deletions
diff --git a/Dockerfile b/Dockerfile
index 5928369..f9d4b5f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,11 +4,8 @@ MAINTAINER FOSSEE <pythonsupport@fossee.in>
# Update Packages and Install Python & net-tools
RUN apt-get update && \
apt-get install -y software-properties-common && \
-add-apt-repository ppa:webupd8team/java -y && \
+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 software-properties-common python net-tools git python3-pip vim libmysqlclient-dev scilab build-essential oracle-java8-installer && \
-mkdir /Sites
-
-VOLUME /src/online_test
-
-WORKDIR /src/online_test
+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