Skip to content

Commit

Permalink
Merge pull request #13 from DiseaseTranscriptomicsLab/dev
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
ritamtbsilva authored Oct 24, 2024
2 parents f66ac58 + fdccb35 commit da64d0b
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 @@ -5,6 +5,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y autoremove
RUN apt-get install -y curl
RUN apt-get install -y libcurl4-openssl-dev
RUN apt-get install -y libssl-dev
RUN apt-get install -y libglpk40 libglpk-dev
RUN R -e 'install.packages("shiny")'
RUN R -e 'install.packages("shinycssloaders")'
RUN R -e 'install.packages("ggplot2")'
Expand Down

0 comments on commit da64d0b

Please sign in to comment.