Skip to content

Commit

Permalink
added R dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Jan 27, 2024
1 parent 7d990b6 commit 20cf242
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ RUN apt update && \
liblapack3 `# For R` \
libmagic-dev `# For style50` \
libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 `# For render50` \
libpangocairo-1.0-0 `# For R` \
libtiff5 `# For R` \
libxt6 `# For R` \
libyaml-0-2 `# Runtime package for gem` \
man \
man-db \
Expand Down Expand Up @@ -282,4 +285,4 @@ ONBUILD USER ubuntu
# Set user
USER ubuntu
WORKDIR /home/ubuntu
ENV WORKDIR=/home/ubuntu
ENV WORKDIR=/home/ubuntu

0 comments on commit 20cf242

Please sign in to comment.