we need to manually install python-pyasn1=0.1.7 python-pyasn1-modules=0.0.5 because...
[arvados.git] / docker / shell / Dockerfile
index 539ff942dd0db07ebd1e30296ad40ac0eaa13896..8f0ed41afaefc9ae4aa86daf86097fbcdcad1712 100644 (file)
@@ -3,11 +3,11 @@
 FROM arvados/base
 MAINTAINER Ward Vandewege <ward@curoverse.com>
 
-RUN apt-get update -qq
-RUN apt-get install -qqy \
+RUN apt-get update -q
+RUN apt-get install -qy \
     python-pip python-pyvcf python-gflags python-google-api-python-client \
     python-virtualenv libattr1-dev libfuse-dev python-dev python-llfuse fuse \
-    crunchstat python-arvados-fuse cron vim supervisor
+    crunchstat python-arvados-fuse cron vim supervisor openssh-server
 
 ADD fuse.conf /etc/fuse.conf
 RUN chmod 644 /etc/fuse.conf