X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0bd1c28bed9a0756c61037947d5a9dccd5066f00..refs/heads/9352-many-nodes-make-workbench-faster:/docker/shell/Dockerfile diff --git a/docker/shell/Dockerfile b/docker/shell/Dockerfile index 1e1c883bae..3e6e3e4c6b 100644 --- a/docker/shell/Dockerfile +++ b/docker/shell/Dockerfile @@ -3,9 +3,14 @@ FROM arvados/base MAINTAINER Ward Vandewege -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