Skip to content

Commit

Permalink
fix: install additional Sys deps required by PACTA
Browse files Browse the repository at this point in the history
Adding:

* libicu-dev (needed by `stringi`)
* `pandoc` (needed by `knitr` & `rmarkdown`)
  • Loading branch information
AlexAxthelm committed Nov 16, 2023
1 parent b4bb103 commit dae22a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
git=1:2.34.* \
libcurl4-openssl-dev=7.81.* \
libicu-dev=70.* \
libssl-dev=3.0.* \
openssh-client=1:8.* \
pandoc=2.9.2.* \
wget=1.21.* \
&& chmod -R a+rwX /root \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit dae22a4

Please sign in to comment.