8232: Remove outdated/misleading Docker install
[arvados.git] / docker / passenger / Dockerfile
diff --git a/docker/passenger/Dockerfile b/docker/passenger/Dockerfile
deleted file mode 100644 (file)
index 2db48ab..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Arvados passenger image
-
-FROM arvados/base
-MAINTAINER Ward Vandewege <ward@curoverse.com>
-
-# Install packages and build the passenger apache module
-RUN apt-get update && \
-    apt-get install -q -y apt-utils git curl procps apache2-mpm-worker \
-                          libcurl4-openssl-dev apache2-threaded-dev \
-                          libapr1-dev libaprutil1-dev && \
-    passenger-install-apache2-module --auto
-