Skip to content
Snippets Groups Projects
Commit 445d305d authored by nservant's avatar nservant
Browse files

add gcc to docker

parent 347873e0
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ FROM nfcore/base
LABEL authors="Nicolas Servant" \
description="Docker image containing all requirements for nf-core/hic pipeline"
## Install gcc for pip CellProfiler install
RUN apt-get update && apt-get install -y gcc g++ && apt-get clean -y
COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/nf-core-hic-1.0dev/bin:$PATH
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