From f0435eafafae6574703ce540fcb44a99616b2347 Mon Sep 17 00:00:00 2001 From: Daniel Possenriede Date: Tue, 16 Jan 2024 10:09:06 +0100 Subject: [PATCH] add libxt6 --- scripts/install_R_source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_R_source.sh b/scripts/install_R_source.sh index d6e4e3f2..cc9d4f93 100755 --- a/scripts/install_R_source.sh +++ b/scripts/install_R_source.sh @@ -52,6 +52,7 @@ apt-get install -y --no-install-recommends \ "libreadline${READLINE_VERSION}" \ libtiff* \ liblzma* \ + libxt6 \ make \ tzdata \ unzip \