Skip to content
Snippets Groups Projects
Unverified Commit 45e909cd authored by Laurent Modolo's avatar Laurent Modolo
Browse files

docker: add bash to g2gtools:0.2.7

parent a61d4601
No related branches found
No related tags found
No related merge requests found
FROM jcrist/alpine-conda:4.6.8
RUN /opt/conda/bin/conda config --add channels r \
&& /opt/conda/bin/conda config --add channels bioconda \
&& /opt/conda/bin/conda install --yes \
-c kbchoi g2gtools pycparser setuptools\
nomkl \
&& /opt/conda/bin/conda clean -afy \
&& find /opt/conda/ -follow -type f -name '*.a' -delete \
&& find /opt/conda/ -follow -type f -name '*.pyc' -delete \
&& find /opt/conda/ -follow -type f -name '*.js.map' -delete
#!/bin/sh
docker pull lbmc/g2gtools:0.2.7
docker build src/.docker_modules/g2gtools/0.2.7 -t 'lbmc/g2gtools:0.2.7'
docker push lbmc/g2gtools:0.2.7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment