Skip to content
Snippets Groups Projects
Verified Commit 0385d505 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Docker: add bioconvert

parent bce662b7
No related branches found
No related tags found
No related merge requests found
FROM python:3.9-slim
ENV BIOCONVERT_VERSION="0.4.3"
RUN apt update && apt install -y procps gcc zlib1g-dev && pip3 install bioconvert==${BIOCONVERT_VERSION}
CMD [ "bash" ]
#!/bin/sh
docker pull lbmc/bioconvert:0.4.3
docker build src/.docker_modules/bioconvert/0.4.3 -t 'lbmc/bioconvert:0.4.3'
docker push lbmc/bioconvert:0.4.3
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