See #25000. Latest SOFIA and also install libxt6

This commit is contained in:
Andrea Dell'Amico 2023-04-20 15:23:24 +02:00
parent 3b0bb2e04f
commit 52c0ad65f2
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ ENV PATH=/usr/lib/rstudio-server/bin:$PATH
RUN /rocker_scripts/install_rstudio.sh
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update --yes
RUN apt-get install -y libxt6
RUN installGithub.r -d TRUE -u FALSE -r https://packagemanager.rstudio.com/all/__linux__/focal/latest sofia-tsaf/SOFIA
# This part comes from https://github.com/openanalytics/shinyproxy-rstudio-ide-demo/blob/master/Dockerfile
RUN echo "www-frame-origin=same" >> /etc/rstudio/disable_auth_rserver.conf
RUN echo "www-verify-user-agent=0" >> /etc/rstudio/disable_auth_rserver.conf