Skip to content

Commit

Permalink
Updated Dockerfile to use new nfcore base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Apr 4, 2018
1 parent f1faca6 commit 7be48ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM continuumio/miniconda
FROM nfcore/base
MAINTAINER Phil Ewels <[email protected]>
LABEL authors="[email protected]" \
description="Docker image containing all requirements for the nf-core/methylseq pipeline"

COPY environment.yml /
RUN conda env create -f /environment.yml
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/nfcore-methylseq/bin:$PATH

0 comments on commit 7be48ad

Please sign in to comment.