[ARVADOS] updated: ec7f4b1a20ce6f45d6dbd58e531210e8039009d2
Git user
git at public.curoverse.com
Fri Jul 1 16:56:09 EDT 2016
Summary of changes:
docker/jobs/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ec7f4b1a20ce6f45d6dbd58e531210e8039009d2 (commit)
from a74c81b035c67d299e2a7298f8db3d368a578510 (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 ec7f4b1a20ce6f45d6dbd58e531210e8039009d2
Author: Brett Smith <brett at curoverse.com>
Date: Fri Jul 1 16:55:43 2016 -0400
Add libgnutls28-dev to arvados/jobs.
This is necessary to build pycurl, and with it the Python Arvados SDK,
and support arvados_sdk_version in Crunch. I'm guessing we lost it
when we switched the base from arvados/debian:7 to debian:jessie.
No issue #.
diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile
index d80c3a8..e1e7e87 100644
--- a/docker/jobs/Dockerfile
+++ b/docker/jobs/Dockerfile
@@ -11,7 +11,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3
ARG COMMIT=latest
RUN echo $COMMIT && apt-get update -q
-RUN apt-get install -qy git python-pip python-virtualenv python-arvados-python-client python-dev libcurl4-gnutls-dev nodejs python-arvados-cwl-runner
+RUN apt-get install -qy git python-pip python-virtualenv python-arvados-python-client python-dev libgnutls28-dev libcurl4-gnutls-dev nodejs python-arvados-cwl-runner
# Install dependencies and set up system.
RUN /usr/sbin/adduser --disabled-password \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list