Skip to content

Commit

Permalink
install missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha committed Dec 4, 2024
1 parent 2f9ec3e commit 94b3e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile22
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94b3e9b

Please sign in to comment.