summaryrefslogtreecommitdiff
path: root/docker/fedora/Dockerfile
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-22 17:54:00 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-22 17:54:00 +0300
commit4e0b76479f9e6592b96d2bd6e17cb52fb1c9d693 (patch)
tree363a64ed01021575c04e4b5fd70ac43ae863ae60 /docker/fedora/Dockerfile
parent05a1f14689a6b149c99b85c40360370a438104de (diff)
moving docker files under src/local/
Diffstat (limited to 'docker/fedora/Dockerfile')
-rw-r--r--docker/fedora/Dockerfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/docker/fedora/Dockerfile b/docker/fedora/Dockerfile
deleted file mode 100644
index 7428f4fb..00000000
--- a/docker/fedora/Dockerfile
+++ /dev/null
@@ -1,15 +0,0 @@
-FROM fedora:21
-MAINTAINER Alon Levy <alon@pobox.com>
-RUN yum install -y dnf
-# development requirements
-RUN dnf install -y wget tar lsof java git iproute make rubygem-sass ant ipython tmux strace
-# runtime requirements
-RUN dnf install -y python-flask net-tools python-pip python-gevent-websocket python-gevent-websocketio python-gevent-socketio
-# some of these have fedora packages. some of thoes are out of date
-# python-futures
-RUN pip install enum futures flask-socketio
-ADD neo4j-community-2.2.1-unix.tar.gz /home/
-RUN sed -i -e's/dbms.security.auth_enabled=true/dbms.security.auth_enabled=false/' /home/neo4j-community-2.2.1/conf/neo4j-server.properties
-#RUN cd /root/ && wget http://neo4j.com/artifact.php?name=neo4j-community-2.2.1-unix.tar.gz -Oneo4j.tar.gz
-WORKDIR /home/rhizi
-ENV NEO4J_ROOT /home/neo4j-community-2.2.1