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

docker: add bash to g2gtools:0.2.8

parent 45e909cd
No related branches found
No related tags found
No related merge requests found
FROM python:3.8-alpine
MAINTAINER Laurent Modolo
ENV G2GTOOLS_VERSION=0.2.8
RUN apk add --update --no-cache bash musl-dev linux-headers g++ cmake make build-base bzip2-dev zlib-dev xz-dev autoconf \
&& wget https://github.com/churchill-lab/g2gtools/archive/v${G2GTOOLS_VERSION}.tar.gz \
&& tar -xvf v${G2GTOOLS_VERSION}.tar.gz \
&& cd g2gtools-${G2GTOOLS_VERSION} \
&& pip install numpy \
&& make install
#!/bin/sh
docker pull lbmc/g2gtools:0.2.8
docker build src/.docker_modules/g2gtools/0.2.8 -t 'lbmc/g2gtools:0.2.8'
docker push lbmc/g2gtools:0.2.8
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