Skip to content
Snippets Groups Projects
Commit 5d9234f5 authored by nservant's avatar nservant
Browse files

add gcc to docker

parents 445d305d 437560a5
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM nfcore/base
LABEL authors="Nicolas Servant" \
description="Docker image containing all requirements for nf-core/hic pipeline"
## Install gcc for pip CellProfiler install
## Install gcc for pip iced install
RUN apt-get update && apt-get install -y gcc g++ && apt-get clean -y
COPY environment.yml /
......
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