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

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


The following commit(s) were added to refs/heads/epm-v2.5.2.1 by this push:
     new 537488d20 [DATALAB-2940]: added new libs for devtools install
     new 9b01b733d Merge branch 'epm-v2.5.2.1' of 
https://github.com/apache/incubator-dlab into epm-v2.5.2.1
537488d20 is described below

commit 537488d20cbc3cfa956dbbe42c15d9e40a3d18d2
Author: Oleksandr Polishchuk2 <[email protected]>
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 248175289..bf517f136 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to