From 16f597a384f3262013ad162f7510658f31dbac62 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Wed, 22 May 2024 17:19:22 -0500 Subject: [PATCH] Update install_sysdeps.sh Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com> --- scripts/install_sysdeps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install_sysdeps.sh b/scripts/install_sysdeps.sh index 0dc248e..917249d 100755 --- a/scripts/install_sysdeps.sh +++ b/scripts/install_sysdeps.sh @@ -50,6 +50,7 @@ libpq-dev \ tidy \ libglpk-dev \ libarchive-dev \ +libssh-dev \ " # Shared deps for fedora @@ -94,6 +95,7 @@ v8-devel \ tidy \ glpk-devel \ libarchive-devel \ +libssh-devel \ " # Deps specific on the rstudio image