[ARVADOS] updated: 8f5e45c6617beb7151b6f10779713290c4d05c1a
git at public.curoverse.com
git at public.curoverse.com
Wed Dec 3 10:26:29 EST 2014
Summary of changes:
docker/passenger/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8f5e45c6617beb7151b6f10779713290c4d05c1a (commit)
from e08f41fd388d9aca6f34a72c1ac011f6e87a1029 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 8f5e45c6617beb7151b6f10779713290c4d05c1a
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Dec 3 10:25:43 2014 -0500
Docker: passenger only needs to support ruby, so specify that explicity
when building the apache module.
No issue #
diff --git a/docker/passenger/Dockerfile b/docker/passenger/Dockerfile
index 0201b49..5e0fd76 100644
--- a/docker/passenger/Dockerfile
+++ b/docker/passenger/Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get install -qqy \
libapr1-dev libaprutil1-dev
RUN cd /usr/src/arvados/services/api && \
- /usr/local/rvm/bin/rvm-exec default bundle exec passenger-install-apache2-module --auto
+ /usr/local/rvm/bin/rvm-exec default bundle exec passenger-install-apache2-module --auto --languages ruby
RUN cd /usr/src/arvados/services/api && \
/usr/local/rvm/bin/rvm-exec default bundle exec passenger-install-apache2-module --snippet > /etc/apache2/conf.d/passenger
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list