Merge branch '1692-redesign-dashboard'
[arvados.git] / docker / passenger / Dockerfile
1 # Arvados passenger image
2
3 FROM arvados/base
4 MAINTAINER Ward Vandewege <ward@clinicalfuture.com>
5
6 # Install packages and build the passenger apache module
7 RUN apt-get update && \
8     apt-get install -q -y apt-utils git curl procps apache2-mpm-worker \
9                           libcurl4-openssl-dev apache2-threaded-dev \
10                           libapr1-dev libaprutil1-dev && \
11     passenger-install-apache2-module --auto
12