Skip to content

Commit

Permalink
Add reshape2 for sample project Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarafati authored Oct 25, 2024
1 parent 6750e57 commit 47523e9
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 @@ -17,7 +17,7 @@ RUN apt-get update -y \
&& apt-get install -y ./google-chrome-stable_current_amd64.deb \
&& rm -rf google-chrome-stable_current_amd64.deb \
&& rm -rf /var/lib/apt/lists/* \
&& Rscript -e 'install.packages(c("formattable","formatR","kableExtra","leaflet","pagedown","markdown"),repos = "https://packagemanager.posit.co/cran/__linux__/jammy/latest");' \
&& Rscript -e 'install.packages(c("formattable","formatR","kableExtra","leaflet","pagedown","markdown", "reshape2"),repos = "https://packagemanager.posit.co/cran/__linux__/jammy/latest");' \
&& mkdir /rmd

# add pkgs needed for labs
Expand Down

0 comments on commit 47523e9

Please sign in to comment.