Skip to content
Snippets Groups Projects
Commit 9bffecff authored by xgrand's avatar xgrand
Browse files

Modification of r-bolero Dockerfile to install procps needed to Nextflow

parent ce4a2f62
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,13 @@ LABEL AUTHOR="Alia Rifki"
LABEL MAINTAINER="Xavier Grand <xavier.grand@inserm.fr>"
LABEL build_date="2023-05-26"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libcurl4-openssl-dev \
libssl-dev \
procps
## copy Rscript files
COPY ./*.R .
......
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