From 96d4717af08a2e6e4bb20c7725b628858fbf2b2e Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Wed, 9 Oct 2024 06:46:50 -0700 Subject: [PATCH] Update appendix --- appendix | 1 + 1 file changed, 1 insertion(+) diff --git a/appendix b/appendix index 5d51679..5b814c5 100644 --- a/appendix +++ b/appendix @@ -15,6 +15,7 @@ ENV TZ="Etc/UTC" RUN mkdir /rocker_scripts && \ cp ${REPO_DIR}/install_R_source.sh /rocker_scripts/install_R_source.sh && \ + chmod +x /rocker_scripts/install_R_source.sh && \ cd / && \ /rocker_scripts/install_R_source.sh