[ARVADOS] updated: 1f2bc01d1b9ad8aa742a8bec006d3f15e184dd5d

Git user git at public.curoverse.com
Wed Jun 15 22:47:27 EDT 2016


Summary of changes:
 tools/arvbox/lib/arvbox/docker/Dockerfile.base | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  1f2bc01d1b9ad8aa742a8bec006d3f15e184dd5d (commit)
      from  6617a2ba4323d2f47566c89961763625fce2e1ca (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 1f2bc01d1b9ad8aa742a8bec006d3f15e184dd5d
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Jun 15 22:47:05 2016 -0400

    9408: Restore build-essential and ruby-dev to arvbox.
    
    These were previously being pulled in as Recommends, and they're
    necessary to build gems for the demo image.
    Refs #9408.

diff --git a/tools/arvbox/lib/arvbox/docker/Dockerfile.base b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
index 4b4b07e..ad7881a 100644
--- a/tools/arvbox/lib/arvbox/docker/Dockerfile.base
+++ b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
@@ -3,8 +3,8 @@ FROM debian:8
 RUN apt-get update
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get -yq --no-install-recommends install \
-    postgresql-9.4 git gcc runit \
-    ruby rake bundler curl libpq-dev \
+    postgresql-9.4 git build-essential runit \
+    ruby rake bundler curl libpq-dev ruby-dev \
     libcurl4-openssl-dev libssl-dev zlib1g-dev libpcre3-dev \
     openssh-server python-setuptools netcat-traditional \
     python-epydoc graphviz bzip2 less sudo

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list