Skip to content

Commit

Permalink
Set R_BROWSER and R_PDFVIEWER to xdg-open
Browse files Browse the repository at this point in the history
Closes #26, closes #27.
  • Loading branch information
gaborcsardi committed Dec 19, 2024
1 parent fb24115 commit bd06476
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ RUN cd R-${R_VERSION} && \
BLAS_LIBS="-lopenblas -lm -lpthread" \
CPPFLAGS=-I/opt/R/${R_VERSION}-glibc/lib/R/include \
LDFLAGS=-L/opt/R/${R_VERSION}-glibc/lib/R/lib \
PAGER=/opt/R/${R_VERSION}-glibc/lib/R/tools/less
PAGER=/opt/R/${R_VERSION}-glibc/lib/R/tools/less \
R_BROWSER=xdg-open \
R_PDFVIEWER=xdg-open

FROM configure AS build

Expand Down

0 comments on commit bd06476

Please sign in to comment.