Mercurial > repos > mvdbeek > docker_scriptrunner
comparison dockerfiles/r-bioperl-python/Dockerfile @ 13:cf6e2bba9714 draft
planemo upload for repository https://github.com/mvdbeek/docker_scriptrunner/ commit 30f8264cdd67d40dec8acde6407f32152e6a29c1
author | mvdbeek |
---|---|
date | Sat, 09 Jul 2016 11:53:51 -0400 |
parents | ed7cf3f35799 |
children | 5a3652633289 |
comparison
equal
deleted
inserted
replaced
12:81f85bafcc7c | 13:cf6e2bba9714 |
---|---|
1 # Script runner base image | 1 # Script runner base image |
2 # | 2 # |
3 # VERSION 0.3 | 3 # VERSION 0.3 |
4 # This Dockerfile is the base system for executing scripts with the docker scriptrunner. | 4 # This Dockerfile is the base system for executing scripts with the docker scriptrunner. |
5 | 5 |
6 FROM mvdbeek/scriptrunner | 6 FROM artbio/scriptrunner |
7 | 7 |
8 MAINTAINER Marius van den Beek, m.vandenbeek@gmail.com | 8 MAINTAINER Marius van den Beek, m.vandenbeek@gmail.com |
9 | 9 |
10 USER root | 10 USER root |
11 RUN su - galaxy -c 'bash -c ". /home/galaxy/conda/bin/activate default && \ | 11 RUN su - galaxy -c 'bash -c ". /home/galaxy/conda/bin/activate default && \ |