9945: first set of changes.
[arvados.git] / build / package-build-dockerfiles / ubuntu1404 / Dockerfile
index a6bf65bc11a84c12b32c3231c33257ff28be9c65..798680e48d6309fe281227ccf6e1fc21d767ef2d 100644 (file)
@@ -8,7 +8,7 @@ MAINTAINER Ward Vandewege <ward@curoverse.com>
 ENV DEBIAN_FRONTEND noninteractive
 
 # Install dependencies.
-RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev curl git libattr1-dev libfuse-dev libpq-dev python-pip unzip 
+RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python2.7-dev python3 python-setuptools python3-setuptools libcurl4-gnutls-dev curl git libattr1-dev libfuse-dev libpq-dev python-pip unzip python3-venv python3-dev
 
 # Install RVM
 ADD generated/rvm.asc /tmp/