Skip to content

Commit

Permalink
Added hash in R
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswyatt1 committed Jun 11, 2024
1 parent f2d4555 commit 7baefa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocker-r_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN apt-get update && \
apt-get install -y procps && \
apt-get clean -y && rm -rf /var/lib/apt/lists/*

RUN Rscript -e "install.packages(c('R.utils', 'dplyr'))"
RUN Rscript -e "install.packages(c('R.utils', 'dplyr', 'hash'))"

0 comments on commit 7baefa8

Please sign in to comment.