From d2cf6cc0c620e64203907d16f212959d2b14fece Mon Sep 17 00:00:00 2001
From: Carine Rey <carine.rey@ens-lyon.fr>
Date: Tue, 6 Sep 2022 16:11:03 +0200
Subject: [PATCH] update for session_3

---
 src/Dockerfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/Dockerfile b/src/Dockerfile
index 3948c52..6e7c467 100644
--- a/src/Dockerfile
+++ b/src/Dockerfile
@@ -2,10 +2,16 @@ FROM rocker/tidyverse
 
 RUN apt-get update \
     && apt-get install -y \
-    libxt6
+    libxt6 \
+    cargo
 
 RUN Rscript -e "install.packages('rmdformats')"
 
 #session 1
 RUN Rscript -e "install.packages('rvest')"
 RUN Rscript -e "install.packages('remotes'); remotes::install_github('rlesur/klippy')"
+
+#session 3
+RUN Rscript -e "install.packages('gganimate')"
+RUN Rscript -e "install.packages('gifski')"
+RUN Rscript -e "install.packages('openxlsx')"
-- 
GitLab