Skip to content

Commit

Permalink
updating Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleymaeconard committed Nov 16, 2023
1 parent fb2ca9a commit 250ec17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN R -e 'install.packages("shinyjs", version = "2.1.0", repos="http://cran.us.r
RUN R -e 'install.packages("shinyalert", version = "2.1.0", repos="http://cran.us.r-project.org")'
RUN R -e 'install.packages("data.table", version = "2.1.0", repos="http://cran.us.r-project.org")'
RUN R -e 'install.packages("BANN")'
RUN R -e "install.packages('pryr', repos='http://cran.rstudio.com/')"

# Copy contents of all multio-viz directories, keeping directory structure
RUN cd /tmp
Expand Down

0 comments on commit 250ec17

Please sign in to comment.