Merge branch 'master' into 9352-many-nodes-make-workbench-faster
[arvados.git] / docker / shell / Dockerfile
index 1e1c883bae272f6b831bcf2da828f49a7b8be04c..3e6e3e4c6b34e25bdb304f3fbfc3a1780ed69ef3 100644 (file)
@@ -3,9 +3,14 @@
 FROM arvados/base
 MAINTAINER Ward Vandewege <ward@curoverse.com>
 
-RUN apt-get update && apt-get -qqy install supervisor 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
+RUN apt-get update -q
+RUN apt-get install -qy \
+    python-pip 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 openssh-server
 
 ADD fuse.conf /etc/fuse.conf
+RUN chmod 644 /etc/fuse.conf
 
 ADD generated/superuser_token /tmp/superuser_token