Fix missing Pango support in R 3.x for Ubuntu 22
This commit is contained in:
parent
d4052533e7
commit
a611cb425b
1 changed files with 8 additions and 5 deletions
|
|
@ -18,6 +18,9 @@ RUN chmod 0777 /opt
|
|||
# Override the default pager used by R
|
||||
ENV PAGER /usr/bin/pager
|
||||
|
||||
# R 3.x requires PCRE2 for Pango support on Ubuntu 22
|
||||
ENV INCLUDE_PCRE2_IN_R_3 yes
|
||||
|
||||
COPY package.ubuntu-2204 /package.sh
|
||||
COPY build.sh .
|
||||
ENTRYPOINT ./build.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue