From 66150fa6e36a922d22fe994a64385a4b2f3a63f7 Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Wed, 9 Oct 2024 05:45:10 -0700 Subject: [PATCH] Update appendix --- appendix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appendix b/appendix index 37c629e..c0fe149 100644 --- a/appendix +++ b/appendix @@ -14,7 +14,8 @@ ENV R_HOME="/usr/local/lib/R" ENV TZ="Etc/UTC" COPY ${REPO_DIR}/install_R_source.sh /rocker_scripts/install_R_source.sh -RUN cd / && /rocker_scripts/install_R_source.sh +RUN cd / && \ + /rocker_scripts/install_R_source.sh # Revert to default user USER ${NB_USER}