Mercurial > repos > mvdbeek > docker_scriptrunner
diff dockerfiles/scriptrunner/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 | 77dca93454b7 |
children | 5a3652633289 |
line wrap: on
line diff
--- a/dockerfiles/scriptrunner/Dockerfile Sat Jul 09 09:41:16 2016 -0400 +++ b/dockerfiles/scriptrunner/Dockerfile Sat Jul 09 11:53:51 2016 -0400 @@ -12,7 +12,7 @@ RUN apt-get -qq update # Install all requirements that are recommend by the Galaxy project -RUN apt-get install -y --no-install-recommends imagemagick libfreetype6-dev wget curl \ +RUN apt-get install -y --no-install-recommends bc imagemagick libfreetype6-dev wget curl \ libcurl4-openssl-dev libssl-dev libreadline-dev libxml2-dev liblzma-dev \ libpcre3-dev libbz2-dev libx11-dev @@ -31,7 +31,7 @@ conda config --add channels bioconda && \ conda config --add channels iuc && \ . activate default && \ - conda install ghostscript" + conda install ghostscript coreutils" USER root RUN chown -R galaxy:users /home/galaxy && \ chmod g=rwx /home/galaxy && \