Skip to content
Snippets Groups Projects
Commit 2ce7330a authored by Alia Rifki's avatar Alia Rifki
Browse files

Merge branch 'master' into 'Alia'

# Conflicts:
#   src/.docker_modules/r-bolero/1.0/Dockerfile
parents f2dca093 cd8b888d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,14 @@ LABEL AUTHOR="Alia Rifki"
LABEL MAINTAINER="Xavier Grand <xavier.grand@inserm.fr>"
LABEL build_date="2023-05-26"
## Copy all Rscript files
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libcurl4-openssl-dev \
libssl-dev \
procps
## copy Rscript files
COPY ./*.R .
## Install packages
......
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