Skip to content

Commit

Permalink
Merge pull request #13 from Boehringer-Ingelheim/add_chromote_option
Browse files Browse the repository at this point in the history
add chromote environment variable
  • Loading branch information
zsigmas authored Jan 23, 2025
2 parents 9863ab8 + d69cbca commit 7820ba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ ENV TZ=Etc/UTC
ENV LANG=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8

# See https://rstudio.github.io/chromote/news/index.html#chromote-030
# To be fixed in the new development version so this line will go away soon
ENV CHROMOTE_HEADLESS="new"

COPY rocker_scripts/scripts /rocker_scripts
RUN /rocker_scripts/install_R_source.sh && \
/rocker_scripts/setup_R.sh && \
Expand Down

0 comments on commit 7820ba0

Please sign in to comment.