Skip to content

Commit

Permalink
install libgmp-dev and libffi-dev for gem
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Jan 30, 2024
1 parent a63add1 commit 0d3a51b
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 @@ -181,6 +181,8 @@ RUN apt update && \
libpangocairo-1.0-0 `# For R` \
libtiff5 `# For R` \
libxt6 `# For R` \
libgmp-dev `# For gem` \
libffi-dev `# For gem` \
libyaml-0-2 `# Runtime package for gem` \
man \
man-db \
Expand Down

0 comments on commit 0d3a51b

Please sign in to comment.