8650: add container_work_unit
[arvados.git] / docker / compute / Dockerfile
index 948f6c73d4e486973e733c3ea004de3726b4e063..60b5fa4bb6279cf80605d3cfc63343f9ce1e8139 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER Ward Vandewege <ward@curoverse.com>
 RUN apt-get update -q
 ## 20150915 nico -- fuse.postint has sporatic failures, spliting this up to see if it helps
 RUN apt-get install -qy fuse
-RUN apt-get install -qy supervisor python-pip python-pyvcf python-gflags python-google-api-python-client python-virtualenv libattr1-dev libfuse-dev python-dev python-llfuse crunchstat python-arvados-fuse cron dnsmasq
+RUN apt-get install -qy supervisor python-pip python-gflags python-google-api-python-client python-virtualenv libattr1-dev libfuse-dev python-dev python-llfuse crunchstat python-arvados-fuse cron dnsmasq
 
 ADD fuse.conf /etc/fuse.conf
 RUN chmod 644 /etc/fuse.conf