Skip to content

Commit

Permalink
removed data table as no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDMurray committed Apr 3, 2024
1 parent 9266e45 commit dfa7159
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', 'data.table'))"
RUN Rscript -e "install.packages(c('R.utils', 'dplyr'))"

0 comments on commit dfa7159

Please sign in to comment.