diff --git a/tools/umi_tools/Dockerfile b/tools/umi_tools/Dockerfile index c17ebd98..fa74b315 100644 --- a/tools/umi_tools/Dockerfile +++ b/tools/umi_tools/Dockerfile @@ -1,4 +1,4 @@ -FROM continuumio/miniconda3:4.8.2 +FROM nfcore/base:1.7 LABEL authors="chris.cheshire@crick.ac.uk" \ description="Docker image containing all requirements for the nf-core umi_tools module" @@ -12,4 +12,4 @@ RUN apt-get update \ # Install conda packages COPY environment.yml / RUN conda env create -f /environment.yml && conda clean -a -ENV PATH /opt/conda/envs/nfcore-module-umitools/bin:$PATH \ No newline at end of file +ENV PATH /opt/conda/envs/nfcore-module-umitools/bin:$PATH