Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
adding ggpubr package
  • Loading branch information
leem44 committed Oct 26, 2021
1 parent 61512f5 commit 5329056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN apt-get update -qq && install2.r --error \
rsvg \
reticulate \
kableExtra \
egg
egg \
ggpubr

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

0 comments on commit 5329056

Please sign in to comment.