X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d6d7788c4e6b1d3da88833329b326fd7a3891503..18c93ee7a21912e9759b127a3ec73bb81c15f23d:/docker/shell/Dockerfile diff --git a/docker/shell/Dockerfile b/docker/shell/Dockerfile index 1e1c883bae..8f0ed41afa 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-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 openssh-server ADD fuse.conf /etc/fuse.conf +RUN chmod 644 /etc/fuse.conf ADD generated/superuser_token /tmp/superuser_token