From 5fe2a0ab78c82b67b92434596d554bedda1d4259 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 16 Dec 2016 16:58:19 -0500 Subject: [PATCH] Fix dev build of arvados/jobs image to avoid installing versions of pyasn1-modules incompatible with pyasn1. no issue # --- sdk/dev-jobs.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/dev-jobs.dockerfile b/sdk/dev-jobs.dockerfile index bd80a0c1af..38fefd0c4d 100644 --- a/sdk/dev-jobs.dockerfile +++ b/sdk/dev-jobs.dockerfile @@ -14,7 +14,7 @@ MAINTAINER Ward Vandewege 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 -- 2.30.2