From 94b3e9bb1659b695828d0087c2e4e4d32b4a525c Mon Sep 17 00:00:00 2001 From: KMicha Date: Wed, 4 Dec 2024 09:50:38 +0100 Subject: [PATCH] install missing libraries --- Dockerfile22 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile22 b/Dockerfile22 index 3878dd0..f88bb3a 100644 --- a/Dockerfile22 +++ b/Dockerfile22 @@ -135,7 +135,8 @@ RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v$QUARTO_VER # (apt install libcurl4-openssl-dev?) && install.packages(c("devtools", "roxygen2", "testthat", "usethis", "knitr")) # https://rpy2.github.io -Run pip3 install rpy2 +RUN apt-get -y --no-install-recommends install libpcre2-dev libbz2-dev zlib1g-dev liblzma-dev +RUN pip3 install rpy2 # install rust RUN apt-get -y --no-install-recommends install rustc cargo