summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorankitjavalkar2017-11-06 20:23:04 +0530
committerankitjavalkar2017-11-08 18:36:26 +0530
commit2df9850b13bffd83c244a2994d512c79840c17be (patch)
tree8adb74f5c9fcc2685fd008c9d542a7c954170449 /Dockerfile
parentd6759d3d1b4f7232dbca2025e67ff4f2812968c9 (diff)
downloadonline_test-2df9850b13bffd83c244a2994d512c79840c17be.tar.gz
online_test-2df9850b13bffd83c244a2994d512c79840c17be.tar.bz2
online_test-2df9850b13bffd83c244a2994d512c79840c17be.zip
Add further changes to invoke script and yaksh-script
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