Initial checkin for building warehouse-apps.
[arvados.git] / docker / warehouse / Dockerfile
diff --git a/docker/warehouse/Dockerfile b/docker/warehouse/Dockerfile
new file mode 100644 (file)
index 0000000..eefc8e1
--- /dev/null
@@ -0,0 +1,10 @@
+FROM arvados/base
+MAINTAINER Tim Pierce <twp@clinicalfuture.com>
+
+# Install Warehouse.
+RUN apt-get -q -y install dpkg-dev debhelper libdbi-perl libwww-perl \
+      libtest-pod-perl libtest-pod-coverage-perl libjson-perl && \
+    git clone git://github.com/clinicalfuture/warehouse-apps.git /usr/src/warehouse-apps && \
+    cd /usr/src/warehouse-apps && \
+    sh install.sh /usr/local && \
+    dpkg -i libwarehouse-perl.deb