We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc41e3e commit 9da314dCopy full SHA for 9da314d
1 file changed
Dockerfile.base
@@ -28,7 +28,7 @@ RUN install2.r --error renv && rm -rf /tmp/download_packages/ /tmp/*.rds
28
29
# Install utility R packages
30
RUN apt-get -y update && apt-get install -y \
31
- libxml2-dev libssl-dev libcurl4-openssl-dev \
+ libxml2-dev libssl-dev libcurl4-openssl-dev libfontconfig1-dev \
32
&& apt-get clean \
33
&& rm -rf /var/lib/apt/lists/
34
0 commit comments