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

add docker files for canu:1.6

parent b9c08af5
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV CANU_VERSION=1.6
ENV PACKAGES canu=${CANU_VERSION}*
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
#!/bin/sh
docker build src/nf_modules/canu/1.6 -t 'canu:1.6'
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