Skip to content
Snippets Groups Projects
Commit d4c6f091 authored by Elodie  CHAPEAUBLANC's avatar Elodie CHAPEAUBLANC
Browse files

Update command pkg_sysreqs replace pkg_system_requirements()

parent 418ec90e
No related branches found
No related tags found
No related merge requests found
Pipeline #137646 passed
...@@ -178,7 +178,7 @@ You need to install some system dependencies in your docker image. Please check ...@@ -178,7 +178,7 @@ You need to install some system dependencies in your docker image. Please check
:linenos: :linenos:
:selected: :selected:
pak::pkg_system_requirements("tidyverse") pak::pkg_sysreqs("tidyverse")
"apt-get install -y libcurl4-openssl-dev libssl-dev make zlib1g-dev pandoc libfreetype6-dev libjpeg-dev libpng-dev libtiff-dev libicu-dev libfontconfig1-dev libfribidi-dev libharfbuzz-dev libxml2-dev" "apt-get install -y libcurl4-openssl-dev libssl-dev make zlib1g-dev pandoc libfreetype6-dev libjpeg-dev libpng-dev libtiff-dev libicu-dev libfontconfig1-dev libfribidi-dev libharfbuzz-dev libxml2-dev"
Add the dependenciesin the ``Dockerfile`` file like bellow : Add the dependenciesin the ``Dockerfile`` file like bellow :
......
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