mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
Refactor R package dependencies in Dockerfile
This commit is contained in:
parent
e27ce205fb
commit
f2c5caf307
@ -17,4 +17,4 @@ RUN git clone https://github.com/doctest/doctest.git /doctest \
|
|||||||
&& cd / \
|
&& cd / \
|
||||||
&& rm -rf /doctest
|
&& rm -rf /doctest
|
||||||
|
|
||||||
RUN /usr/bin/R -q -e "install.packages(c('foreach', 'doParallel', 'Rcpp', 'RInside'))"
|
RUN /usr/bin/R -q -e "install.packages(c('Rcpp', 'RInside'))"
|
||||||
Loading…
x
Reference in New Issue
Block a user