summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorrohmhatre2017-11-26 00:25:02 +0530
committerankitjavalkar2018-01-04 11:37:20 +0530
commit0713c60a5ad4b71d4a2050d13cf30afaf37d935b (patch)
treec7cb207ab05a2197fd8bdd13d1d559345a2b29ef /docker/Dockerfile
parent6f2e29a067cbeaf88b8ea478bb7c24fe8772180a (diff)
downloadonline_test-0713c60a5ad4b71d4a2050d13cf30afaf37d935b.tar.gz
online_test-0713c60a5ad4b71d4a2050d13cf30afaf37d935b.tar.bz2
online_test-0713c60a5ad4b71d4a2050d13cf30afaf37d935b.zip
Added docker compose configuration
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
deleted file mode 100644
index cc0fd30..0000000
--- a/docker/Dockerfile
+++ /dev/null
@@ -1,13 +0,0 @@
-FROM ubuntu:16.04
-
-MAINTAINER FOSSEE <pythonsupport@fossee.in>
-
-# Update Packages and Install Python & net-tools
-RUN apt-get update -y && apt-get install git python3-pip vim libmysqlclient-dev sudo -y
-
-RUN 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 python net-tools scilab build-essential python3-numpy python3-scipy ipython3 ipython3-notebook python3-pandas python3-nose