Skip to content

Commit b4a0981

Browse files
authored
Update Dockerfile
1 parent ee9c177 commit b4a0981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fea/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get install -y libglpk40 libglpk-dev
1717

1818

1919
# Install R packages
20+
RUN R -e 'install.packages("cowplot", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2024-04-20")'
2021
RUN R -e 'install.packages("data.table", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2023-04-20")'
2122
RUN R -e 'install.packages("dplyr", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2023-04-20")'
2223
RUN R -e 'install.packages("DT", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2023-04-20")'

0 commit comments

Comments
 (0)