Skip to content

Commit

Permalink
added rutils to image
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDMurray committed Mar 15, 2024
1 parent 20b0d6e commit 4bf8d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rocker-r_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ FROM rocker/r-base:4.3.3
RUN apt-get update && \
apt-get install -y procps && \
apt-get clean -y && rm -rf /var/lib/apt/lists/*

RUN Rscript -e "install.packages('R.utils')"

0 comments on commit 4bf8d53

Please sign in to comment.