add graphical library support via xvfb

This commit is contained in:
Patrick Schratz 2024-09-09 23:14:59 +02:00
commit 989f7766ed
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -15,7 +15,8 @@ ARG GITHUB_PAT
# Background: JAGS needs lapack & lapack-dev but these conflict with openblas-dev which is required by R-dev
# Solution: first compile JAGS, then remove lapack & lapack-dev again
RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfortran g++ htop git cmake
# # xvfb: for graphical pkgs requiring tcl, like gWidgets2tcltk
RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfortran g++ htop git cmake tk-dev xvfb xvfb-run
### CUSTOM DEPENDENCIES
# These usually are not packaged in OS repositories and need to be installed from source