diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3d5ad4b63..f3ad8d911 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -17,4 +17,4 @@ RUN git clone https://github.com/doctest/doctest.git /doctest \ && cd / \ && rm -rf /doctest -RUN /usr/bin/R -q -e "install.packages(c('foreach', 'doParallel', 'Rcpp', 'RInside'))" \ No newline at end of file +RUN /usr/bin/R -q -e "install.packages(c('Rcpp', 'RInside'))" \ No newline at end of file