You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/07/21 12:38:19 UTC

[incubator-datalab] branch develop updated: [DATALAB-2940]: added new libs for devtools install

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 79ce2e8a7 [DATALAB-2940]: added new libs for devtools install
     new c97195e4b Merge pull request #1611 from a1expol/develop
79ce2e8a7 is described below

commit 79ce2e8a7c89187d13567dbb8fc2b0c0dcb98a2f
Author: Oleksandr Polishchuk2 <ol...@epam.com>
AuthorDate: Thu Jul 21 15:11:10 2022 +0300

    [DATALAB-2940]: added new libs for devtools install
---
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
index b37c8de83..14751190f 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -85,7 +85,9 @@ def ensure_r(os_user, r_libs):
             r_repository = 'https://cloud.r-project.org'
             #add_marruter_key()
             datalab.fab.conn.sudo('apt update')
-            manage_pkg('-yV install', 'remote', 'libssl-dev libcurl4-gnutls-dev libgit2-dev libxml2-dev libreadline-dev')
+            manage_pkg('-yV install', 'remote', 'libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev '
+                                                'libfontconfig1-dev libharfbuzz-dev libfribidi-dev libssl-dev '
+                                                'libcurl4-gnutls-dev libgit2-dev libxml2-dev libreadline-dev')
             manage_pkg('-y install', 'remote', 'cmake')
             datalab.fab.conn.sudo('''bash -c -l 'apt-key adv --keyserver-options http-proxy="$http_proxy" --keyserver hkp://keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9' ''')
             datalab.fab.conn.sudo("add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org