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 94b3e9b commit 6128928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile22
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ 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 apt-get -y --no-install-recommends install libpcre2-dev libbz2-dev zlib1g-dev liblzma-dev
RUN apt-get -y --no-install-recommends install libpcre2-dev libbz2-dev zlib1g-dev liblzma-dev libicu-dev
RUN pip3 install rpy2

# install rust
Expand Down

0 comments on commit 6128928

Please sign in to comment.