Skip to content

Commit

Permalink
updated Dockerfile to add emo package
Browse files Browse the repository at this point in the history
  • Loading branch information
RedondoMA committed Oct 21, 2024
1 parent 67420b8 commit 0eb1c32
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
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update -y \
&& mkdir /rmd

# add pkgs needed for labs
RUN Rscript -e 'install.packages(c("nycflights13","vcd","patchwork","vioplot","manipulateWidget"),repos = "https://packagemanager.posit.co/cran/__linux__/jammy/latest");' \
RUN Rscript -e 'install.packages(c("nycflights13","vcd","patchwork","vioplot","manipulateWidget", "emo"),repos = "https://packagemanager.posit.co/cran/__linux__/jammy/latest");' \
&& Rscript -e 'remotes::install_github("mkierczak/mkteachr");'

WORKDIR /rmd

0 comments on commit 0eb1c32

Please sign in to comment.