aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7bc02564..8ecc12a6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,6 +8,7 @@ RUN apt-get update && \
build-essential \
r-base \
r-base-dev \
+ r-cran-rcppeigen \
latexmk \
texlive-latex-extra \
libopenmpi-dev \
@@ -20,7 +21,6 @@ RUN apt-get update && \
libfreetype6-dev \
libv8-dev
-
# Make sure python means python3
RUN apt-get install -y --no-install-recommends \
python3 \