Fix dev build of arvados/jobs image to avoid installing versions of
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 16 Dec 2016 21:58:19 +0000 (16:58 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 19 Dec 2016 14:40:59 +0000 (09:40 -0500)
pyasn1-modules incompatible with pyasn1.  no issue #

sdk/dev-jobs.dockerfile

index bd80a0c1af25f74b21a158cdab99c68488af4d0d..38fefd0c4df3d0519f6834749842793ce539d8b8 100644 (file)
@@ -14,7 +14,7 @@ MAINTAINER Ward Vandewege <ward@curoverse.com>
 
 ENV DEBIAN_FRONTEND noninteractive
 
-RUN apt-get update -q && apt-get install -qy git python-pip python-virtualenv python-dev libcurl4-gnutls-dev libgnutls28-dev nodejs
+RUN apt-get update -q && apt-get install -qy git python-pip python-virtualenv python-dev libcurl4-gnutls-dev libgnutls28-dev nodejs python-pyasn1-modules
 
 RUN pip install -U setuptools