Skip to content

Commit

Permalink
chromote issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jun 26, 2024
1 parent cffdcdc commit 60b7ef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ottrpal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ RUN Rscript install_github.R \
--packages github_package_list.tsv \
--token git_token.txt

RUN wget https://downloads.vivaldi.com/stable/vivaldi-stable_5.5.2805.35-1_amd64.deb
RUN apt-get update && apt-get install -y ./vivaldi-stable_5.5.2805.35-1_amd64.deb && rm -rf /var/lib/apt/lists/*

RUN echo CHROMOTE_CHROME=/usr/bin/vivaldi >> .Renviron

0 comments on commit 60b7ef3

Please sign in to comment.