Skip to content
Snippets Groups Projects
Commit 57633981 authored by Nitesh Turaga's avatar Nitesh Turaga
Browse files

Add libpcre2-dev as it is needed by latest r-devel

When the image is r-ver:devel is built without libpcre2-dev,
the following issue is generated.

```
checking whether PCRE support suffices... no
configure: error: PCRE2 library and headers are required, or use --with-pcre1 and PCRE >= 8.32 with UTF-8 support
/bin/sh: 1: Rscript: not found
```

This allows a clean build
parent fc4dc9bd
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ RUN apt-get update \
libpango1.0-dev \
libjpeg-dev \
libicu-dev \
libpcre2-dev \
libpcre3-dev \
libpng-dev \
libreadline-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment