mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[docs/build] Update build dependencies list (#98545)
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
fbe6377ccc
commit
f47a42d1c5
1 changed files with 3 additions and 3 deletions
|
@ -18,12 +18,12 @@ yarn build --help
|
|||
[discrete]
|
||||
=== Building OS packages
|
||||
|
||||
Packages are built using fpm, dpkg, and rpm. Package building has only been tested on Linux and is not supported on any other platform.
|
||||
|
||||
Packages are built using fpm, dpkg, and rpm, and Docker. Package building has only been tested on Linux and is not supported on any other platform.
|
||||
Docker installation instructions can be found at https://docs.docker.com/engine/install/[Install Docker Engine].
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
apt-get install ruby-dev rpm
|
||||
apt-get install ruby ruby-dev rpm dpkg build-essential
|
||||
gem install fpm -v 1.5.0
|
||||
yarn build --skip-archives
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue