Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
XSmeets authored Oct 23, 2024
1 parent 7c90ecf commit 7a12f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM r-base:latest

RUN apt-get update && apt-get install -y libssl-dev libcurl4-openssl-dev build-essential libxml2-dev libnlopt-dev && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y libssl-dev libcurl4-openssl-dev build-essential libxml2-dev libnlopt-dev libudunits2-dev && rm -rf /var/lib/apt/lists/*
RUN Rscript -e "install.packages(c('ggplot2', 'broom', 'texreg', 'ggpubr'), repos='https://cloud.r-project.org', dependencies = TRUE)"

0 comments on commit 7a12f02

Please sign in to comment.