From 3026c1e3303bcd495225df61c2ea6109264e794c Mon Sep 17 00:00:00 2001 From: Laurent Gatto Date: Mon, 23 Mar 2020 14:55:58 +0000 Subject: [PATCH] Make /usr/local/lib/R/site-library writeable --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ff97b79..ca2a38c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,3 +35,5 @@ RUN R -f /tmp/install.R # install the python dependencies COPY requirements.txt /tmp/ RUN pip3 install -r /tmp/requirements.txt + +RUN chmod -R 777 /usr/local/lib/R/site-library \ No newline at end of file -- GitLab