review-correction | Docker file update

Co-authored-by: Phil Ewels <phil.ewels@scilifelab.se>
This commit is contained in:
Chris Cheshire 2020-06-23 09:38:09 +01:00 committed by GitHub
parent fc8bc4675d
commit aeec856fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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