Forked from
LBMC / nextflow
1309 commits behind the upstream repository.
-
Laurent Modolo authoredLaurent Modolo authored
Dockerfile 223 B
FROM ubuntu:16.04
MAINTAINER Laurent Modolo
ENV BEDTOOLS_VERSION=2.25.0
ENV PACKAGES bedtools=${BEDTOOLS_VERSION}*
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean