Skip to content
Snippets Groups Projects
Commit 5c0b79bb authored by const-ae's avatar const-ae
Browse files

Add libxt-dev to fix problem about R_X11 missing

parent ab6b3d5a
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.vendor=""
# Install system libraries
RUN apt update && apt upgrade -y && apt install -y libssl-dev liblzma-dev libbz2-dev libicu-dev libtiff-dev libfftw3-dev libcurl4-openssl-dev libxml2-dev libssh2-1-dev libgit2-dev
RUN apt update && apt upgrade -y && apt install -y libssl-dev liblzma-dev libbz2-dev libicu-dev libtiff-dev libfftw3-dev libcurl4-openssl-dev libxml2-dev libssh2-1-dev libgit2-dev libxt-dev
# Install renv (https://rstudio.github.io/renv/articles/docker.html)
ENV RENV_VERSION 0.15.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment