From 391a6b1f52a77aab640db1a586c2ecb2a9d8108a Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:42:43 -0400 Subject: [PATCH] add cow back to base ottr --- base_ottr/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base_ottr/Dockerfile b/base_ottr/Dockerfile index c235424..b1c100a 100644 --- a/base_ottr/Dockerfile +++ b/base_ottr/Dockerfile @@ -84,7 +84,8 @@ RUN gdebi --non-interactive quarto-linux-amd64.deb RUN Rscript -e "devtools::install_version('gitcreds', version = '0.1.1', repos = 'http://cran.us.r-project.org')" RUN installGithub.r \ - ottrproject/ottrpal + ottrproject/ottrpal \ + jhudsl/cow # Set final workdir for commands WORKDIR /home/rstudio