Skip to content

Commit 1b1de21

Browse files
authored
Update Dockerfile, ajout de l'installation de chrome
1 parent bac63db commit 1b1de21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ ARG R_VERSION=4.2.2
22

33
FROM inseefrlab/onyxia-rstudio:r${R_VERSION}
44
RUN apt-get update && apt-get install -y cargo
5+
RUN apt-get install -y wget
6+
RUN wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
7+
RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
58
RUN R -e "install.packages('remotes', repos = c(CRAN = 'https://cloud.r-project.org'))"
69
COPY DESCRIPTION DESCRIPTION
710
RUN R -e 'remotes::install_deps(dependencies = TRUE)'
8-
RUN R -e 'webshot::install_phantomjs()'

0 commit comments

Comments
 (0)