Skip to content

Commit 8e0d57f

Browse files
committed
sudo
1 parent 2bbfcf4 commit 8e0d57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ USER ${NB_USER}
2929

3030
# When run at build-time, install.r automagically handles any necessary apt-gets
3131
COPY install.r /tmp/install.r
32-
RUN Rscript /tmp/install.r && chgrp -R users /usr/lib/R/site_library
32+
RUN Rscript /tmp/install.r && sudo chgrp -R users /usr/lib/R/site_library
3333

3434

3535
COPY vscode-extensions.txt /tmp/vscode-extensions.txt

0 commit comments

Comments
 (0)