Skip to content

Commit 5329056

Browse files
authored
Update Dockerfile
adding ggpubr package
1 parent 61512f5 commit 5329056

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ RUN apt-get update -qq && install2.r --error \
3232
rsvg \
3333
reticulate \
3434
kableExtra \
35-
egg
35+
egg \
36+
ggpubr
3637

3738
RUN Rscript -e "reticulate::install_miniconda()"
3839
RUN Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')"

0 commit comments

Comments
 (0)