File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ ARG BASE_IMAGE=examplestudy-base:latest
88FROM ${BASE_IMAGE}
99LABEL org.opencontainers.image.maintainer="Adam Black <a.black@darwin-eu.org>"
1010
11+ RUN install2.r --error devtools remotes \
12+ && rm -rf /tmp/download_packages/ /tmp/*.rds
13+
1114WORKDIR /code
1215COPY . /code
1316
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
7676 && sed -i 's/libodbcinst.so.1/libodbcinst.so.2/g' /usr/lib/snowflake/odbc/lib/simba.snowflake.ini; \
7777fi
7878
79- RUN install2.r --error here log4r testthat renv \
79+ RUN install2.r --error here log4r testthat renv devtools remotes cli rlang \
8080 && rm -rf /tmp/download_packages/ /tmp/*.rds
8181
8282RUN echo "EUNOMIA_DATA_FOLDER=/opt/eunomia_data" >> /usr/local/lib/R/etc/Renviron
You can’t perform that action at this time.
0 commit comments