X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0e57453d2b637a3d105d4e3d67031f3915f9d302..6805fb7e020f99402aa84db45e975b3062f28251:/docker/compute/Dockerfile diff --git a/docker/compute/Dockerfile b/docker/compute/Dockerfile index f2f48da794..60b5fa4bb6 100644 --- a/docker/compute/Dockerfile +++ b/docker/compute/Dockerfile @@ -4,7 +4,9 @@ FROM arvados/slurm MAINTAINER Ward Vandewege RUN apt-get update -q -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 fuse crunchstat python-arvados-fuse cron dnsmasq +## 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-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